# Helm chart templates use Go-template syntax inside YAML, which is not
# valid YAML in isolation (Helm renders these into real YAML). Prettier's
# YAML parser SyntaxErrors on `{{ ... }}`. Ignore the templates dir; Helm
# lint covers their correctness separately.
deploy/helm/*/templates/

# Cloudflare Workers + build artifacts — not in source-control review path.
**/dist/
**/coverage/
**/.wrangler/

# Lock files — formatting is npm/pnpm-managed, not a code-style concern.
**/package-lock.json
**/pnpm-lock.yaml
