.env*
!.env.*.template

# Stubs
typings/

# Turbo
**/.turbo

# Logs
**/*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Outputs
**/dist
**/build

# Output of 'npm pack'
*.tgz

# dotenv environment variable files
.env
.env.*
!.env.example

# Next.js build output
.next
out

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

**/*.DS_Store

# SOPS - never commit unencrypted secrets
infrastructure/kubernetes/**/secrets.yaml
!infrastructure/kubernetes/**/secrets.enc.yaml

# Age keys
*.age
keys.txt

.pnpm-store

# Git worktrees
.worktrees/
