66 lines
776 B
Plaintext
66 lines
776 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
.next/
|
|
dist/
|
|
*.tsbuildinfo
|
|
|
|
# Generated CSS (Panda CSS / styled-system)
|
|
**/styled-system/
|
|
|
|
# Generated build info
|
|
**/generated/build-info.json
|
|
|
|
# Environment
|
|
.env*
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Cache
|
|
.turbo/
|
|
.cache/
|
|
*.cache
|
|
|
|
# Turbo build logs
|
|
**/.turbo/turbo-build.log
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# Test reports
|
|
playwright-report/
|
|
|
|
# Database files
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
|
|
# Claude settings (keep local only)
|
|
.claude/settings.local.json
|
|
*storybook.log
|
|
storybook-static
|
|
apps/web/data/sqlite.db.backup.*
|
|
# Vision training data
|
|
data/vision-training/
|
|
infra/terraform/tfplan
|