3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

gitignore: Ignore env folder for virtualenvs

This commit is contained in:
Daniel Oaks 2016-03-29 19:52:57 +10:00
parent 58519011b8
commit d287a22aec

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
*.yml
!example-*.yml
env/
build/
__pycache__/
*.py[cod]