# 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/versions

# testing
/coverage

# python (Modal worker)
__pycache__/
*.py[cod]
.venv/

# next.js
/.next/
/out/

# production
/build
/packages/sdk/dist

# Local counsel, strategy, and generated report artifacts. These may contain
# confidential material and do not belong in application source control.
/output/*.pdf
/output/sdk-ts-draft/
/output/migration-evidence/
/qubo-benchmark-evidence.json

# misc
.DS_Store
*.pem

# 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

# database dumps — these contain production customer and commercial data
*.sql
!supabase/migrations/*.sql
!supabase/seed.sql
