node_modules

# Claude context
CLAUDE.md
CODEX.md
.claudeignore
AGENTS.md

# Output
.output
.vercel
.netlify
.wrangler
/dist
/static/*
!/static/fonts/

# Application
/temp
/config

# Editor — track shared settings, ignore personal files
.vscode/

# OS
.DS_Store
Thumbs.db

# Test arr instances (config data)
.arr/

# Local caddy reverse-proxy data (CA, certs) for preview:proxy:tls
scripts/proxy/.caddy-data/

# Env
.env
.env.*
!.env.example
!.env.test
tests/integration/notifications/.env

# Local release planning
.release-plan.md

# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.svelte-kit/

# .NET
bin/
obj/
*.user
*.suo
*.sln
*.lscache
.vs/

# Bruno environments (contain API keys)
bruno/environments/

# OIDC testing (local Keycloak config)
tests/e2e/auth/realm-export.json

# Playwright
test-results/
playwright-report/
tests/e2e/*/test-results/
tests/e2e/*/playwright-report/

# Research repos
research/
