Add venvs/ to gitignore

This commit is contained in:
David Wilson 2018-10-26 10:23:34 +01:00
parent a7d635dff8
commit 6451117d00
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
.coverage
.tox
.venv
venvs/**
**/.DS_Store
*.pyc
*.pyd