Add venvs/ to gitignore
This commit is contained in:
parent
a7d635dff8
commit
6451117d00
|
@ -1,6 +1,7 @@
|
||||||
.coverage
|
.coverage
|
||||||
.tox
|
.tox
|
||||||
.venv
|
.venv
|
||||||
|
venvs/**
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyd
|
*.pyd
|
||||||
|
|
Loading…
Reference in New Issue