# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
.eggs/
dist/
build/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
ENV/

# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Tool caches
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Logs / local
*.log
.env
.env.*

# Local notes / scratch (not for publishing)
Development/
development/

# Local registry publish helper (expects parent ComfyUIProjects with .env and .venv)
Publish-Registry.ps1

# comfy-cli `comfy node publish` staging artifact (see comfy_cli.constants.NODE_ZIP_FILENAME)
node.zip
