# --- Runtime / user-specific (never commit) ---
# vault_config.json points at the user's vault root; per-machine.
vault_config.json

# --- Python build cruft ---
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.pytest_cache/

# --- Build artifacts / archives ---
*.zip

# --- Local-only: kept on disk for development, not published ---
tests/

# --- Standalone app build (not part of the published node) ---
standalone_app/

# --- Local ComfyUI test install (portable, multi-GB; for live testing only) ---
ComfyUI_windows_portable/

# --- Editor / assistant workspace ---
.claude/
.vscode/
.idea/
*.code-workspace

# --- OS cruft ---
.DS_Store
Thumbs.db
desktop.ini
