Change venv to .venv in gitignore

This commit is contained in:
Bertrand Benjamin 2018-09-14 15:15:53 +02:00
parent f5fbffe571
commit 830306c648
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -17,4 +17,4 @@ test/
**/.~lock* **/.~lock*
**/__pycache__/ **/__pycache__/
.ipynb_checkpoints/ .ipynb_checkpoints/
venv/ .venv/