# Verification outputs and development-only files are kept in GitHub but are
# not needed by ComfyUI at runtime.
artifacts/
tests/
.github/
.pytest_cache/
.ruff_cache/

# Exporters, downloaders, quantizers, workflow generators, and regression
# runners are source-repository tooling.  None is imported by the ComfyUI
# extension at runtime, and shipping them in a Manager package unnecessarily
# exposes network/subprocess code to Registry security scanning.
tools/

# Source-only Diffusers/repack helpers.  The installed node runtime accepts
# only standalone ComfyUI text-encoder and diffusion-model safetensors.
bernini_v2/checkpoint_info.py
bernini_v2/index.py
bernini_v2/manifest.py
bernini_v2/quantization.py
bernini_v2/sharded.py
bernini_v2/state_dict.py
bernini_v2/wan_mapping.py
