Replace purge_db.py with seed.db bootstrap (827 CPU rows pre-seeded for new users)
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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 ─────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user