Ignore .env file

This commit is contained in:
benjamin melançon 2021-06-02 10:45:20 -04:00
parent 3e782f20ee
commit 0bc0d93973

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# We ignore settings.ini as it is created automatically
settings.ini
# Ignore environment file which must be unique to the user
.env
# Ignore Python's cache
__pycache__