# 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 design docs — not for public repo
docs/superpowers/
