- Add .env.example with all supported provider env vars (OpenAI, Anthropic, DeepSeek, Kimi, Groq, Mistral, Together, Google) - Update README with environment setup instructions - Document configuration priority and startup commands - Whitelist .env.example in .gitignore Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
194 B
Text
24 lines
194 B
Text
node_modules
|
|
dist
|
|
*.log
|
|
.DS_Store
|
|
|
|
# build outputs
|
|
.next
|
|
out
|
|
.turbo
|
|
build
|
|
dist-electron
|
|
release
|
|
*.tsbuildinfo
|
|
|
|
# env
|
|
.env*
|
|
!.env.example
|
|
|
|
# platform specific
|
|
*.dmg
|
|
*.app
|
|
*.apk
|
|
*.ipa
|
|
monorepo.md
|