# Huge local model files.
models/
*.safetensors
*.ckpt
*.pt
*.pth
*.gguf

# Local user configuration.
local_config.json
MODEL_PATHS.md
MODEL_PATHS_WINDOWS.md

# Python/cache/build artifacts.
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
build/
dist/
.venv/
venv/

# Runtime/editor noise.
input/
output/
temp/
*.log
.DS_Store
Thumbs.db
.vscode/
.idea/

# Local debugging helpers.
.comfyui.log
.check_comfy.ps1
.start_comfy.ps1
.compare_*.py
.debug_*.py
.inspect_*.py
.queue_*.py
.trace_*.py
.run_diffusers_reference.py
.rum_diffusers_reference_impl.py
