# Keep the Registry/Manager package focused on runtime node files.
# Manual installers and local test harnesses stay available on GitHub,
# but are intentionally excluded from the packaged Manager install.

.github/
.pytest_cache/
__pycache__/
*.pyc
tests/

# Internal developer / handoff / design docs: never part of an installed
# node. The Registry security scanner reads every packaged text file and
# substring-matches risky-looking call patterns with no code-vs-prose
# awareness, so docs that merely mention or quote such patterns still get
# flagged. Keep them on GitHub for collaboration, out of this package.
SESSION_HANDOFF.md
AGENTS.md
docs/DENO_NODE_RETROSPECTIVE.md
docs/DENO_NODE_VISUAL_IDENTITY.md

tools/install_rtx_vfx.bat
tools/compare_rtx_vfx_env.ps1
tools/test_portable_baseline.ps1
tools/rtx_vfx_env_report_*.json
tools/DENO_RTX_VFX_install_log.txt
tools/DENO_RTX_VFX_runtime_path.txt
docs/PORTABLE_TEST_BASELINE.md
