# --- Python caches ---
__pycache__/
*.pyc
.pytest_cache/

# --- Runtime scratch (uploads staged mid-submit) ---
Staging/

# --- All runtime state — NEVER commit ---
# Database/ is what the server *creates and owns at run time*: accounts, the
# per-project depots, the content-addressed blob store, and the TLS keypair
# that is this server's pinned identity. It is not source, it can reach many
# gigabytes, and first boot recreates it from nothing. Back it up separately
# (see the documentation); do not version it.
Database/
*.log
