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

# Build
dist/
dist-ssr/
build/
out/
.next/
.astro/
.turbo/
.nitro/
.tanstack/
.wrangler/
.output/
.vinxi/
.content-collections/
__unconfig*
todos.json
*.tsbuildinfo

# Environment
.env
.env.*
!.env.example
!.env.example.onprem

# IDE
.idea/
.vscode/launch.json
.vscode/*.local.*
*.swp
*.swo
*~
.DS_Store

# Test
coverage/
test-results/

# Debug
*.log
*.local

# OS
Thumbs.db
.vercel

# Tool artifacts
.playwright-mcp/
.sisyphus/
.superpowers/
.plans/
.temper/
logs/

# Brand iteration drafts (keep assets/ for README-referenced files)
brand-assets/

# Claude Code
.claude/settings.local.json

# Python / UV
.venv/
__pycache__/
*.pyc
.ruff_cache/
.pytest_cache/

# Worktrees
.worktrees/

# Helm dependency charts (reproducible via `helm dependency build`)
infra/helm/*/charts/*.tgz
