# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
# nested package dependencies (witnesses/*, packages/*)
node_modules/
dist/
/.pnp
.pnp.*
.yarn/*
!.yarn/patches

!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem
*.key
*.p12
*.pfx

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# env files (can opt-in for committing if needed)
.env*
!.env.example

# vercel
.vercel

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

# python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.mypy_cache/
dist/

# supabase
supabase/.temp/

# Sentry Config File
.env.sentry-build-plugin

# e2e tests
tests/e2e/.auth.json
test-results/
playwright-report/

# local build-agent / MCP / environment artifacts (contain tokens and identity data)
.claude/
.mcp.json
environment_files/
rankigi-anchor.json

# generated by `npm run prebuild` from proxy/install.sh
public/install.sh

# generated by `npm run prebuild` via scripts/build-stamp.ts
src/generated/
