# Environment variables
.env
.env.*
!.env.example

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.next/
out/
build/
.turbo
.vercel

# x_search disk cache — real captured results, primed via `npm run warm`.
# Not committed: entries go stale, and a fresh clone should search for itself.
.cache/

# TypeScript
*.tsbuildinfo
next-env.d.ts

# OS / IDE
.DS_Store
Thumbs.db
.vscode/
.idea/
