# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
.env
*.egg-info/
.eggs/
dist/
build/
pip-wheel-metadata/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# ComfyUI registry tracking
.tracking

# Claude Code files
CLAUDE.md
.claude/

# Local planning / process docs (not part of the published package)
docs/
.superpowers/
