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

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

# testing
/coverage
**/test-results/

# next.js
**/.next/
/out/

# production
/build
/dist

# 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.production
.env.preview
*.bak

# cli build
apps/cli/dist
apps/cli/node_modules
apps/cli/.next
apps/web/public/cli/domainer.js
apps/web/public/cli/domainer.js.sha256

# sdk build artifacts (generated SOURCES are committed; these are not)
sdk/openapi.json
sdk/ts/dist
sdk/ts/node_modules
sdk/ts/package-lock.json
sdk/python/dist
sdk/python/build
sdk/**/__pycache__
sdk/**/*.egg-info

# generated skill
apps/web/public/skill.md
apps/web/public/references/

# vercel
.vercel

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

apps/web/src/generated/prisma

# Turborepo task cache
.turbo/
.env*.local

# transient stalwart snapshot/apply plans (regenerable via stalwart-cli snapshot)
infra/mailhost/bootstrap-plan.json
infra/mailhost/config-ha.json
infra/mailhost/docker/pg-config.json
infra/mailhost/observability/.env
infra/mailhost/observability/secrets/metrics_password

# Expo local/export artifacts
apps/mobile/.expo-export-check/
