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

# dependencies
node_modules

# next.js
.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

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

# env files
.env
.env.local
.env.*.local
!.env.example

# local MCP config (may contain API keys)
.mcp.json
.vscode/mcp.json

# vercel
.vercel

# typescript
*.tsbuildinfo

# turbo
.turbo

# build output
dist/
next-env.d.ts

# python
.venv/
__pycache__/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
build/
*.pyc
