Update gitignore and remove sensitive files from tracking

This commit is contained in:
2026-01-28 03:27:00 +08:00
parent b88dfec5fd
commit 94db6e7f2c
5 changed files with 6 additions and 162 deletions

7
.gitignore vendored
View File

@@ -54,11 +54,16 @@ pytestdebug.log
*.mo
*.pot
# Django stuff:
# Database stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
storyline.db
# Test scripts
test_*.py
debug_db.py
# Flask stuff:
instance/