python: Add .venv to .gitignore

This commit is contained in:
Florian Bruhin
2019-09-26 18:05:38 +02:00
committed by holger krekel
parent 03661e2a71
commit 8520b5211a

1
.gitignore vendored
View File

@@ -16,6 +16,7 @@ python/.tox
*.egg-info
__pycache__
python/src/deltachat/capi*.so
python/.venv/
python/liveconfig*