1
0
Fork 0
mirror of synced 2024-06-28 11:00:40 +12:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

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