# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
env/

# Build and packaging
build/
dist/
*.egg-info/

# Local editor and OS files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Logs and temporary files
*.log
tmp/
temp/

# Local reference material and scratch notes
user_input/
docs/
cosmos-predict2/
cosmos-predict2.5/
AGENT.md
AGENTS.md
docs/anima-corrective-sampling-discussion.md
docs/idea-log.md
docs/papers/
docs/references/
docs/RF_ODE_Design.md
docs/advice_about_scheduler.md
docs/better_pc3.md
docs/better_pc3_next.md
docs/cfg_analysis.md
docs/er_sde_to_flow,md
docs/flowmatch-euler-implementation-review.md
docs/rf_flow_matching,analysis.md
docs/rf_schedules_analysis.md
tools/

# ComfyUI outputs and local runtime data
output/
input/
temp/
user/
web/extensions/*/dist/
ComfyUI_windows_portable/

# Model weights and generated ML artifacts
*.safetensors
*.ckpt
*.pt
*.pth
*.onnx
*.gguf
*.bin
*.npz
*.npy

# Large media generated during experiments
*.png
*.jpg
*.jpeg
*.webp
*.gif
*.mp4
*.mov
*.avi

# Curated release examples
!examples/
!examples/**
