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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.installed.cfg
MANIFEST

# Virtual environments
.venv/
venv/
env/

# Environment / secrets
.env
.envrc

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Type checking
.mypy_cache/
.dmypy.json
.pytype/

# Linting
.ruff_cache/

# Editors / IDEs
.idea/
.vscode/

# MkDocs build output
site/

# Project-specific
dev/
.claude/
CLAUDE.md
docs/superpowers/
