# Secrets — never commit
.env
.env.*

# Runtime data — contains PII (emails, IPs, claim history). Do NOT commit.
# Exception: port-alloc.json is the tenant registry (no secrets) and is worth backing up.
data/*
!data/port-alloc.json
data/order-queue/

# Python
__pycache__/
*.pyc

# Backups / scratch
*.bak
*.bak-*
logs/
*.log

# PII jsonl (emails/IPs) — never commit
data/*.jsonl
