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

# testing
/coverage

# next.js
/.next/
/.vinext/
/out/

# misc
.DS_Store
*.pem

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

# local environment
.env*

# deployment and generated files
.vercel
next-env.d.ts
/dist/
/.wrangler/
/outputs/
/work/

# Nested operator-service tool output
**/.wrangler/
**/__pycache__/
*.pyc
*.tsbuildinfo

/.open-next/
.dev.vars*

# Local operator configuration and test bytecode
.dev.vars
.dev.vars.*
.env.local
__pycache__/

# Private rollout credentials and SDK build products
/.private/
/packages/*/dist/
/packages/*/node_modules/
/packages/*/*.tgz
