# --------------------------------------------------
# Specific files to not track
# --------------------------------------------------
node.zip

# --------------------------------------------------
# Python cache / compiled files
# --------------------------------------------------

__pycache__/
*.pyc
*.pyo
*.pyd
*.py.class

# --------------------------------------------------
# Virtual environments
# --------------------------------------------------

venv/
.venv/
env/
ENV/

# --------------------------------------------------
# Build artifacts
# --------------------------------------------------

build/
dist/
*.egg-info/

# --------------------------------------------------
# OS files
# --------------------------------------------------

.DS_Store
Thumbs.db

# --------------------------------------------------
# IDE files
# --------------------------------------------------

.vscode/
.idea/

# --------------------------------------------------
# ComfyUI output directories (never commit these)
# --------------------------------------------------

output/
temp/
input/

# --------------------------------------------------
# Large model files (never commit)
# --------------------------------------------------

*.safetensors
*.ckpt
*.pt
*.pth
*.onnx
*.bin

# --------------------------------------------------
# Training / dataset artifacts
# --------------------------------------------------

*.npz
*.npy

# --------------------------------------------------
# Logs
# --------------------------------------------------

*.log

# --------------------------------------------------
# Download caches
# --------------------------------------------------

cache/
downloads/

# --------------------------------------------------
# local backups and other stuff
# --------------------------------------------------
quarantine/
extras/

# --------------------------------------------------
# Temporary files
# --------------------------------------------------
*.tmp
*.bak
*.swp