← back to Letsbegin
.gitignore
51 lines
# Dependencies
node_modules/
.pnp/
.pnp.js
# Build
.next/
out/
build/
dist/
# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# TypeScript
*.tsbuildinfo
next-env.d.ts
# Testing
coverage/
.env.*.local
.env.*
tmp/
*.log
*.bak
# Transient run/progress + generated data artifacts (RW marathon 2026-06-11)
*.run.log
*.progress.jsonl
*.jsonl
.producer-*