# Add files here to ignore them from prettier formatting
/dist
/coverage
/.nx/cache
/.nx/workspace-data

node_modules
dist
build
coverage
lib
.tmp
.next
out


# Mintlify navigation files only (preserve exact structure)
docs/live/docs.json
docs/docs.draft.json
docs/docs.backup.json

# POC benchmark artifacts — generated bundles and results, not source.
apps/poc-lazy-zod/results/
apps/poc-lazy-zod/src/schemas/eager.ts
apps/poc-lazy-zod/src/schemas/lazy.ts
