# Environment files — never commit. Use .env.example for sharing schema.
.env
.env.local
.env.*.local
.env.production
.env.staging
.env.development
*.env
# Wizard / installer backups (timestamped *.bak.YYYYMMDD-HHMMSS).
*.bak.*

# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/

# Node (used by TypeScript template testing only)
node_modules/
.next/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# Logs
*.log

# Polar / license artifacts (private keys, signed manifests)
licenses/private/
*.pem
*.key
/secrets/
*.pem

# Local sales ledger — contains real buyer emails + order IDs. Never commit.
scripts/sales_log.jsonl
