Organize sync script and clean migration data

This commit is contained in:
2026-07-18 12:24:19 +02:00
parent 9c29797b46
commit 6dd492b660
4 changed files with 444 additions and 10 deletions

4
.gitignore vendored
View File

@ -1,7 +1,9 @@
# SQLite database files
# Local databases and runtime state
database/*.db
database/*.db-shm
database/*.db-wal
database/*.lock
database/last_scheduled_update
# Imported/generated data
import/*.json