add env/ to gitignore

This allows working in a virtualenv in the project directory.
This commit is contained in:
dbanon87
2019-10-08 10:52:56 -04:00
committed by GitHub
parent 1c17f174a8
commit 08cddf4c83

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ MANIFEST
__pycache__/
src/__pycache__/
config.json
env/