chore: add Python-focused .gitignore

This commit is contained in:
Steve Dogiakos
2025-04-01 22:12:24 -06:00
parent 5f5dd41586
commit d126d18fe9
2 changed files with 175 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Port to expose (default 8000)
PORT=5000
PORT=8000
# Flask environment setting (production)
FLASK_ENV=production
# Path to the SQLite database (this file will be stored in the mounted /data volume)