add .env ignore

This commit is contained in:
Cayo Puigdefabregas 2024-07-01 12:20:20 +02:00
parent 98cdec07ec
commit 07d0aa6f1c
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
db.sqlite3 db.sqlite3
env/ env/
__pycache__/ __pycache__/
.env