# Prettier formats Markdown docs only (see .github/workflows/docs.yml: `prettier --check "**/*.md"`).
# These paths are excluded from that glob.

# gitignored / not ours
projects-to-deploy/
node_modules/
.tmp/
external/

# internal PM notes — not public docs
.pm/

# vendored third-party chart (don't reformat upstream)
deploy/gitops/charts/opensandbox-controller/

# vendored third-party skill (don't reformat upstream — tracked by skills-lock.json)
.claude/skills/security-audit/
.agents/skills/security-audit/

# generated kustomize/CRD/RBAC output (not prose)
operator/dist/
