add venv & venv3 to .gitignore

This commit is contained in:
Stefan Wojcik 2016-12-10 13:11:37 -05:00
parent 1b9432824b
commit e28804c03a

4
.gitignore vendored
View File

@ -14,4 +14,6 @@ env/
.project
.pydevproject
tests/test_bugfix.py
htmlcov/
htmlcov/
venv
venv3