# IDEs
.idea
.vscode/
*.swp
*.swo
*~

# Python
**/__pycache__
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
ENV/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.pytype/
.pyre/

# Ruff
.ruff_cache/

# Project specific
data.db
CLAUDE.md
DEVELOPMENT.md
reports/

# OS
.DS_Store
Thumbs.db

# Local planning/spec docs (not for the repo)
docs/superpowers/
