# Files excluded from the Comfy Registry package (`comfy node publish`).
# Syntax follows .gitignore. Keeps runtime code (src/, __init__.py, gamma_matrices/,
# pyproject.toml, LICENSE, README.md); drops dev-only files to keep uploads lean.

# Test suite (not needed at runtime)
tests/

# Python caches / build artifacts
__pycache__/
*.py[cod]
.pytest_cache/
*.egg-info/

# Publish artifact (regenerated by `comfy node publish`)
node.zip

# Version control + OS cruft
.git/
.DS_Store

# Scratch/probe scripts
_probe*.py
_scratch*.py
_proof*.py
_consol*.py
_tmp*.py
