# 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/
.codex-remote-attachments/
__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
docs/NODE_WORK_INDEX.md
docs/COMFYUI_RUNTIME_MATRIX.md
docs/TRANSLATOR_REFACTOR_SPEC.md
docs/CLAUDE_NODE_FRONTEND_GUIDE.md
docs/IDEOGRAM_DIRECTOR_DESIGN_DNA.md
docs/handoff_archive/
docs/nodes/
docs/nodes/CAPTION_TRANSLATE.md
docs/nodes/RANDOM_PROMPT_BOX.md
docs/nodes/VISUAL_FOLD.md
tmp/

# Paused local/WIP node wrappers. Keep these out of the public package until
# the user explicitly restarts and release-approves the feature.
deno_caption_translate.py
deno_random_prompt_box.py
web/js/deno_random_prompt_box.js

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/comfyui_cdp_probe.ps1
tools/comfyui_runtime_matrix.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/
