# Python
__pycache__/
*.pyc
*.pyo
*.bak*
*.egg-info/
build/
dist/

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

# Distribution
*.tar.gz

# Local debug dumps
/tmp/
*.workflow.json
wf_*.json

# OS junk
.DS_Store
Thumbs.db

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

# Virtual envs (don't commit, ComfyUI provides its own)
.venv/
venv/
env/
