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*
**/__pycache__/
.ipynb_checkpoints/
venv/
.venv/