# Keep the Registry/Manager package focused on runtime node files.
# The RTX VFX installer BAT and ZIP fallback stay on GitHub, not inside the
# Registry/Manager package. The RTX nodes link to the beginner install guide
# and ZIP download instead, avoiding Registry security flags while keeping the
# install path beginner-friendly.
# Local diagnostics, logs, and developer harnesses stay out of the package.

.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/compare_rtx_vfx_env.ps1
tools/README_RTX_VFX_EASY_INSTALL.md
tools/install_rtx_vfx.bat
tools/install_rtx_vfx_bat.zip
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
docs/RTX_VFX_INSTALL_GUIDE.md
docs/images/rtx-vfx-install/

# Browser-only helper page served on GitHub Pages. Not a runtime node file.
docs/rtx-vfx-install/
docs/video-to-gif/
