Change venv to .venv in gitignore
This commit is contained in:
parent
f5fbffe571
commit
830306c648
|
@ -17,4 +17,4 @@ test/
|
||||||
**/.~lock*
|
**/.~lock*
|
||||||
**/__pycache__/
|
**/__pycache__/
|
||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
venv/
|
.venv/
|
||||||
|
|
Loading…
Reference in New Issue