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

# dependencies
**/node_modules/
/.pnp
.pnp.*
.npm/
.pnpm-store/
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
**/coverage/
**/.nyc_output/
**/blob-report/
**/playwright/.auth/
**/playwright-report/
**/test-results/

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

# tool caches
**/.cache/
**/.pytest_cache/
**/.ruff_cache/
**/.swc/
**/.turbo/
**/.vite/
**/.vitest/
.eslintcache

# python
**/__pycache__/
**/.venv/
*.py[cod]

# production
**/build/
**/dist/

# misc
.DS_Store
Thumbs.db
.idea/
.vscode/
*.key
*.p12
*.pfx
*.pem
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
*.swp
*.swo
*.tgz
*~

# logs and runtime state
*.log
*.pid
*.pid.lock
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local environment files; sanitized templates are safe to commit
.env*
!.env.example
!.env.*.example

# vercel
**/.vercel/

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

# terraform
**/.terraform/
*.tfstate
*.tfstate.*
*.tfvars
*.tfvars.json
*.tfplan
crash.log
crash.*.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json
.terraformrc
terraform.rc
/templates/workspace-app/.segmentstream/
.vercel
.codex/
