# Python cache and build artifacts
__pycache__/
*.py[cod]
*.pyd
*.so
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/
env/

# Editors and IDEs
.vscode/
.idea/
*.swp
*.swo

# Operating-system files
.DS_Store
Thumbs.db
desktop.ini

# Logs and temporary files
*.log
*.tmp
*.temp

# Local vendored source is not used by the standalone ComfyUI nodes
vendor/

# Internal development notes
WORKFLOW_DIAGNOSIS.md
