__pycache__/
*.py[cod]
.venv/
.uv/
dist/
build/
*.egg-info/
**/*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.import_linter_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.python-version

# OS
.DS_Store
Thumbs.db

# Env / secrets
.env
.env.*

# Editors
.vscode/
.idea/

# Logs
*.log

# AI-agent tooling and internal working docs (not part of the published project)
.claude/
docs/superpowers/
.playwright-mcp/
