# Python
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
ENV/

# Packaging / build
build/
dist/
*.egg-info/
.eggs/

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
coverage.xml
htmlcov/

# Jupyter
.ipynb_checkpoints/

# Logs
*.log
logs/

# OS / editor
.DS_Store
Thumbs.db
desktop.ini
.vscode/
.idea/
*.code-workspace

# ComfyUI / local runtime artifacts (in case they exist locally)
output/
input/
temp/

