Add more variations of .env to gitignore

This commit is contained in:
ines 2017-06-02 21:08:39 +02:00
parent 6669583f4e
commit c862527474

1
.gitignore vendored
View File

@ -30,6 +30,7 @@ Profile.prof
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
.env/ .env/
.env*
.~env/ .~env/
.venv .venv
venv/ venv/