RECORDGOD/.gitignore
type-two cfd6b54731 chore(security): gitignore live-site MariaDB dumps (customer/order PII)
site-update.sql is a full live-site export consumed locally for the 3D-store
racks/editor data work — never commit (same PII class as the purged distro dumps).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 14:16:09 +10:00

16 lines
469 B
Plaintext

__pycache__/
*.pyc
.env
.venv/
venv/
# distro raw dumps — saved scrapes/spreadsheets for manual ingest. Never commit:
# they carry supplier PII + live account tokens (e.g. a RareWaves buyer JWT). Local-only.
ingest_raw/
rarw*.txt
inertia.txt
*.xlsx
# live-site MariaDB dumps for 3D-store/editor data work — full site export, carries customer/
# order PII. Local-only; another lane consumes it for robotmonster.party/store racks + editor.
site-update.sql
*-dump.sql