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

# dependencies
/node_modules
package-lock.json
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
yarn.lock

# testing
/coverage

# next.js
/.next/
/out/
/.open-next/

# production
/build

# misc
.DS_Store
*.exe
*.pem

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

# env files (can opt-in for committing if needed)
.env*

# vercel
.vercel

# CloudFlare
cloudflare-env.d.ts
.wrangler

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

# YoYo AI version control directory
.yoyo/

# VSCode
.vscode/settings.json

# Security - prevent credential leaks
*.pem
*.key
*.crt
*.p12
*.pfx
config.json
config.yml
credentials.json
service-account.json

# Cloud provider credentials
.aws/
.azure/
.gcloud/
huawei-cloud-*.json
huawei_cloud_*.json

# Python cache
__pycache__/
*.py[cod]
*$py.class
.Python

# Backup files
*.bak
*.backup
*.old

# Secret environment files (local overrides)
.env*.local

# Shadcn UI components
components/ui/*
