# Python runtime artifacts
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Local environments
.venv/
venv/
env/

# ComfyUI/runtime-generated files
thumbnail_cache/
config/*.json
config/guide_sets/*.json
!config/guide_sets/.gitkeep

# OS/editor noise
.DS_Store
Thumbs.db
*.swp
*.swo
.idea/
.vscode/
