# Dependencies
node_modules
.pnpm-store

# Build outputs
dist
.next
out
build
cdk.out

# Cache
.turbo
.cache
*.tsbuildinfo
.eslintcache

# Test
coverage
.coverage
.coverage.*
htmlcov
test-results
playwright-report
test-logs

# Environment
.env
.env.local
.env.*.local
!.env.example

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

# Python
__pycache__
*.py[cod]
*$py.class
.venv
venv
.mypy_cache
.ruff_cache
.pytest_cache
*.egg-info
.eggs

# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*

# Docker
*.local

# Misc
.vercel
*.pem
.husky/
.claude/
apps/web/.env.sentry-build-plugin
coverage-summary.json
