# Secrets / credentials — never commit
.env
.env.*
*.har
secrets.*

# Personal deployment config (Fly) — kept out of the public repo
fly.toml

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Node (if the project ever adds Node/TS)
node_modules/
*.tsbuildinfo

# Demo video recorder output (recordings + verification screenshots)
demo/out/

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

# Orchestration scratch (subagent-driven-development)
.superpowers/
