add venv & venv3 to .gitignore

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

2
.gitignore vendored
View File

@ -15,3 +15,5 @@ env/
.pydevproject .pydevproject
tests/test_bugfix.py tests/test_bugfix.py
htmlcov/ htmlcov/
venv
venv3