# Python
__pycache__/
*.py[cod]
*.pyd
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
ENV/

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

# Logs / temp
*.log
*.tmp

# Web (if you build anything in web/)
web/node_modules/
web/dist/
web/build/

# ComfyUI / runtime artifacts
*.safetensors.tmp

# Local user config (do not publish)
predefined_paths.json
predefined_paths.local.json
