removing sqlite files from storage

This commit is contained in:
2025-07-04 17:49:25 -04:00
parent 703b3263e8
commit 3c3a7920c6

2
.gitignore vendored
View File

@@ -9,6 +9,8 @@ __pycache__
*.uuid *.uuid
*.conf *.conf
*.db *.db
*.db-shm
*.db-wal
*.db-journal *.db-journal
*.log *.log
*.noload *.noload