# --- SYSTEM ---
.DS_Store
Thumbs.db
*.log
*.tmp
*.zip
*.tsbuildinfo
*.bak
*.txt
*~

# --- NODE / PNPM ---
node_modules/
**/node_modules/
.pnpm-debug.log*
pnpm-lock.yaml.bak
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# --- BUILD ARTIFACTS ---
dist/
**/dist/
build/
**/build/
out/
**/out/
.turbo/
**/.turbo/
.sst/
**/.sst/
.next/
**/.next/
.open-next/
**/.open-next/
.serverless/
**/.serverless/

# --- TYPES & CONFIG ---
sst-env.d.ts
**/sst-env.d.ts
next-env.d.ts
**/next-env.d.ts

# --- ENV / SECRETS ---
.env
.env.*
!.env.example
.env.local
.env.development.local
.env.test.local
.env.production.local

# --- TEST / QUALITY ---
coverage/
**/coverage/
test-results/
**/test-results/
playwright-report/
**/playwright-report/
blob-report/
**/blob-report/
reports/
**/reports/
.aiready/
**/.aiready/
lint_report.json
vitest_output.txt
tier2.log
release-tier2.log
e2e/.auth/

# --- IDE / TOOLS ---
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
.kilo/
**/.kilo/
.opencode/
**/.opencode/

# --- PROJECT SPECIFIC ---
apps/dashboard/public/branding/
scratch/
temp/
tmp/
!LICENSE
!README.md
