Replace purge_db.py with seed.db bootstrap (827 CPU rows pre-seeded for new users)

This commit is contained in:
2026-04-13 12:02:26 +02:00
parent 087090c44b
commit a23245f6e0
3 changed files with 11 additions and 3 deletions

6
.gitignore vendored
View File

@@ -12,8 +12,9 @@ env/
ENV/
# ── Database ──────────────────────────────────────────────────────────────────
# The live database is never committed only cpu_specs is preserved via the
# bundled seed dump (if one is created). See purge_db.py before committing.
# The live database is never committed. seed.db (cpu_specs only) IS committed
# and serves as the starting point for new users. Regenerate it with:
# python _dev/export_seed_db.py
database.db
database.db-shm
database.db-wal
@@ -26,7 +27,6 @@ logs/
browser_data/
# ── Maintenance / dev scripts (not part of the shipped app) ──────────────────
purge_db.py
_dev/
# ── OS / editor noise ─────────────────────────────────────────────────────────