# Dependencies
/node_modules

# Next.js build output
/.next
/out

# Generated typed API client — produced from ../docs/openapi.json by `npm run gen:api`
# (postinstall/prebuild). It is a pure function of the committed OpenAPI artifact, so it is
# generated on install rather than hand-written or committed (MASTER_SPEC Part 7 §5.1, D90).
/lib/api/schema.d.ts

# Test / tooling output
/coverage
/playwright-report
/test-results
/.vitest

# Env / editor
.env*.local
*.tsbuildinfo

# Auto-generated by Next.js on each dev/build; not committed (standard Next.js ignore).
next-env.d.ts
