# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
.eggs/
dist/
build/

# Virtual environments
.venv/
venv/
env/

# OS / IDE
.DS_Store
Thumbs.db
desktop.ini
.idea/
.vscode/
*.swp
*~

# Cursor / local agent junk
.cursor/
.agent-tools/
agent-tools/

# Secrets / local env
.env
.env.*
!.env.example

# ComfyUI runtime / local artifacts (never ship weights)
output/
outputs/
characters/
*.safetensors
*.ckpt
*.pt
*.pth
*.bin
*.onnx
*.gguf
*.sft

# Character packs may contain large tensors
*.char/

# Test / debug dumps
tests/out_*.png
tests/diag_*.png
tests/*.png
tests/*.jpg
tests/*.webp
!tests/.gitkeep

# Logs & temp
*.log
*.tmp
tmp/
temp/

# OneDrive / Windows noise
~$*
*.lnk
