# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
ENV/
env/
.venv

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# ComfyUI specific
*.safetensors
*.ckpt
*.pt
*.pth
*.bin
models/
input/
output/
temp/

# Custom presets (keep example)
presets/*.json
!presets/example_custom.json

# Logs
*.log
debug.log

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

# Documentation build
docs/_build/
docs/_static/
docs/_templates/

.claude/
CLAUDE.md
implementation.md
workflows