# Dependencies
node_modules/
.pnpm-store/

# Build outputs
.next/
dist/
out/
.medusa/

# Env files
# NOTE: eval scripts (e.g. search-reranker-eval) tell you to `vercel env pull
# .env.eval`, which lands a live service-role key on disk. That name matched none
# of the patterns below until 2026-08-05. Catch-all last.
# (Separately: `vercel env pull` cannot actually retrieve our prod secrets — every
# one is marked sensitive, so it writes KEY="" and reports success. Use the
# Supabase MCP instead. Verified 2026-08-05.)
.env
.env.local*
.env.*.local
.env.eval*
.env.prod*
.env.*
!.env.example
!.env.*.example

# Turbo
.turbo/

# TypeScript
*.tsbuildinfo

# Sentry
.sentryclirc

# OS
.DS_Store
Thumbs.db
