chore: add venv to .gitignore

Add all environment related things, copy from https://github.com/github/gitignore/blob/main/Python.gitignore
This commit is contained in:
Maksim Zayakin 2023-04-26 00:34:40 +05:00 committed by Aleksi Häkli
parent f491f3dea8
commit 128b5c6e25

9
.gitignore vendored
View file

@ -16,4 +16,11 @@ docs/_build
test.db
.eggs
pip-wheel-metadata
.vscode/
.vscode/
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/