# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
.mypy_cache/

# Virtual environments
venv/
ENV/
env/

# Editor
.idea/
.vscode/
*.swp
*.swo
*~
.cursorindexingignore
.specstory/

# OS
.DS_Store
Thumbs.db

# ComfyUI
output/
temp/
*.ckpt
*.safetensors
*.pth
# SpecStory explanation file
.specstory/.what-is-this.md
