Update gitignore for SQLite WAL files

This commit is contained in:
2026-04-14 07:58:03 +09:00
parent 311690ce93
commit 3a260665f7

5
.gitignore vendored
View File

@@ -2,3 +2,8 @@
*.log *.log
__pycache__/ __pycache__/
*.pyc *.pyc
*.pyo
*.db-wal
*.db-shm
*.db-journal
!state_*.db