Dependencies are installed at runtime via `bun install --frozen-lockfile` in action.yml, so the vendored node_modules tree is unused. Add node_modules/ and dist/ to .gitignore. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>