node_modules/
dist/
viewer/dist/
coverage/

# Local builds & artifacts
*.tgz
*.tsbuildinfo

# OS / editor
.DS_Store
.vscode/
.idea/

# Local notes (developer scratch)
.notes/
TODO.local.md
AGENTS_*.md
.test_*
.claude

# ARMS telemetry credentials — generated by CI from secrets before
# `npm publish` (see scripts/generate-telemetry-credentials.cjs and
# .github/workflows/hermes-plugin-publish.yml). Never commit a real
# endpoint/pid: any developer with a local copy must keep it out of
# git. Counters the repo-root `.gitignore`'s `!apps/**/*.json`
# allow-rule.
telemetry.credentials.json
