# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# uv lockfile (commit this if you want reproducible installs across machines)
# uv.lock

# arc stack state — per-clone, not shared
.arc/state.json

# Internal planning docs — not for public repo
docs/superpowers/
docs/developer/
docs/features/
docs/BACKLOG.md

# Sphinx build output
docs/_build/

# VCR cassettes — masked for PII, safe to commit for test reproducibility
# (recorded API interactions with automatic token/email masking)
site/

# Docusaurus
node_modules/
.docusaurus/
build/
