# Convex codegen owns these (its own formatting), leave them alone so prettier
# and `convex dev`/`deploy` don't fight over the generated files.
convex/_generated

# Build output + lockfile.
dist
bun.lock

# Paraglide-compiled i18n output (generated) + the inlang message store + project
# meta (managed by the i18n scripts + the inlang CLI, not prettier).
src/lib/paraglide
messages
project.inlang
src/client/lib/i18n/message-keys.ts

# Generated native-translation review packets (bun run i18n:review): documents
# for human reviewers, owned by the generator's formatting — not prettier's.
translation-review
