__pycache__/
.venv/

# Python
*.py[cod]
*.pyd
*.so
.Python
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# OS / editor
.DS_Store
Thumbs.db
desktop.ini
.vscode/

# Node / frontend (if ever used)
node_modules/

# ComfyUI / tooling
output/
input/
temp/
logs/