# Dev-only assets — excluded from the registry zip.
# comfy-cli respects .comfyignore (gitwildmatch syntax, like .gitignore).
# Keeping these out of the published archive avoids false-positive flags
# from the Comfy Registry security scanner (subprocess + Playwright in
# dev tooling) and trims pack size for end users.

# Test suites — Playwright (e2e) and live-server pytest (integration)
# spawn subprocesses and hit a running ComfyUI HTTP API.
tests/

# Release / characterization scripts — check_release.py drives
# subprocess (compileall, unittest, pyflakes, node --check); the Node
# .mjs files are frontend characterization checks. Not needed at
# install time.
scripts/

# CI workflows and issue templates.
.github/

# Local pre-commit hooks for project conventions — dev-only.
.pre-commit-config.yaml
