# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/

# IDEs
.vscode/
.idea/
.claude/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
desktop.ini

# Testing
.pytest_cache/
.coverage
htmlcov/

# ComfyUI specific
*.log
temp/
tmp/

# API config and cache files (contain API keys or cached responses)
nodes/inputs/*_cache.json
nodes/inputs/*.json
!nodes/inputs/*.py
nodes/utils/cache/
**/cache/
**/*_cache.json
**/cache_index.json
**/*cache*.json
*.cache
*.cache.*
cache/
caches/
gemini_cache.json

# Personal notes (if any accidentally added)
notes/
scratch/

# Local config files
.mcp.json

# Llama server scripts (local only - not needed in repo)
install_llama_cpp.sh
