# 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/

# Repository-only workflow generation and regression runners. These are not
# needed at runtime, and packaging them causes false-positive Registry network
# findings from development graph wiring and localhost smoke-test HTTP calls.
tools/build_example_workflows.py
tools/build_frontend_workflows.py
tools/run_comfy_smoke.py
tools/run_comfy_quality.py
tools/smoke_load_components.py
tools/validate_comfy_wan_mapping.py
