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

# Virtual Environment
venv/
env/
ENV/
.venv/

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

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

# Documentation
docs/_build/
site/

# Logs
*.log

# Temporary files
*.tmp
*.bak
.temp/

# ComfyUI specific
*.workflow
*.safetensors
*.ckpt
models/
input/
output/
temp/