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

# dependencies
node_modules/
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.turbo

# testing
coverage/
test-results/
playwright-report/

# next.js
.next/
/out/

# production
build/
dist/

# misc
.DS_Store
Thumbs.db
*.pem
*.swp
*.swo
*.tgz
.cache/
tmp/

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

# env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.preview
!.env.example

# vercel
.vercel

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

# generated files
.mercato/*
!.mercato/railway.json
generated/
src/generated/
.test-cache.json

# runtime state
.events/
.queue

# uploads and app data
public/uploads/*
/storage/
/data/

# local package managers
package-lock.json
.npmrc
!.npmrc.local

# IDE related
.idea/
.vscode/settings.json
.vscode/launch.json
.claude/
.codex/

# agentic / MCP local secrets
.mcp.json
.codex/mcp.json
.cursor/mcp.json
.claude/settings.local.json
.playwright-mcp

# external skills installed by `yarn install-skills` (npx skills add)
.agents/skills/
skills-lock.json

# QA runtime state written by the om-prepare-test-env / om-integration-tests /
# om-auto-verify-pr-ui skills (generated per run, never source)
.ai/qa/test-env.json
.ai/qa/test-env.lock/
.ai/qa/test-env-boot.log
.ai/qa/artifacts_*/
.ai/qa/ephemeral*
# entrypoint scripts om-prepare-test-env compiles are bound to the machine that
# generated them (ports, process tools, shell) — keep them local, never commit
.ai/scripts/test-env-*
