node_modules
target
dist
build
coverage
.next
.source
.turbo

pnpm-lock.yaml
Cargo.lock

# Next.js generated ambient types — overwritten on every dev/build.
**/next-env.d.ts

# Rust workspace and Python SDK are not prettier's domain
crates
sdks/python
sdks/typescript/src/generated
**/*.rs

# Codegen-managed artifacts (regenerated by `cargo run -p tl-codegen` —
# any prettier rewrite here drifts from the source of truth and breaks
# the codegen-check CI step).
docs/openapi.yaml
policies/*.schema.json

# Plain text policy files: keep YAML formatting authored as-is.
policies/*.yaml
policies/*.yml

# Workflows and project docs: leave to humans / dedicated tooling.
.github/workflows
docs/**/*.md
*.md
demo
