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

# Testing
coverage
.nyc_output

# Build outputs
dist/
build/

# Misc
.DS_Store
*.pem

# Debug
*.log

# Local env files
.env
.env*.local
.env.development.local
.env.test.local
.env.production.local

# TypeScript
*.tsbuildinfo

# IDE
.vscode
.idea
*.swp
*.swo
*~

# Git
.git
.gitignore

# Docker
Dockerfile
.dockerignore
docker-compose.yml
compose.yml

# Convex local
.convex/

# Playwright E2E
e2e/.auth/
playwright-report/
test-results/
# The org scaffold creates a sibling config dir per organization an E2E run
# creates; only the seed template (default/) is source-controlled.
e2e/fixtures/config/*/
!e2e/fixtures/config/default/

# Storybook
storybook-static/

# Stress test reports
stress-tests/report-*.json

# TanStack
.tanstack/tmp