# Dependencies & build
node_modules/
coverage/
dist/
build/

# Lock files (managed by package manager)
package-lock.json
pnpm-lock.yaml
yarn.lock

# Husky internals (regenerated by `npx husky`)
.husky/_/

# Runtime state
.orchestrator/

# Documentation (Markdown follows its own conventions, often hand-formatted)
docs/
*.md

# Backups
*.bak
*.bak.*
