.venv/
.git/
__pycache__/
*.pyc
.env
disc_images/
# NOTE: do NOT exclude webstore/ — main.py mounts /store from it (the 3D virtual store).
# Only disc_images/ (~900MB, volume-mounted at runtime) is worth excluding from the build context.
*.md
# distro raw dumps — never bake supplier PII / account tokens into the image
ingest_raw/
rarw*.txt
inertia.txt
*.xlsx
# SQL dumps — customer/order PII + WP password hashes. Never bake into the image;
# the app's startup DDL is inline in app/main.py, so no .sql is needed at runtime.
*.sql
