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

# Jupyter
.ipynb_checkpoints

# VSCode
.vscode/

# PyCharm
.idea/
*.iml

# OS
.DS_Store
Thumbs.db

# ComfyUI
*.ckpt
*.safetensors
*.pth
*.pt
*.onnx
*.npz
*.npz
*.log
*.tmp

# Node
node_modules/

# Others
*.swp
*.bak
*.tmp
*.old
*.orig

# Custom
web/__pycache__/

# Virtual Environment
venv/
ENV/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo

# ComfyUI specific
*.ckpt
*.safetensors
*.vae
*.pt
*.pth
*.bin
*.onnx
*.engine

# OS specific
.DS_Store
Thumbs.db

# Reference code directory - ignore updates
reference_code/ 