LLMProviders / .gitignore
CrispStrobe
add README, AGPL-3 license, updated provider data
a1c1ca9
raw
history blame contribute delete
230 Bytes
# Dependencies
node_modules/
# Build output
dist/
# Environment files
.env
.env.local
.env.*.local
# Editor / OS
.DS_Store
*.swp
*.swo
.idea/
.vscode/
# Logs
*.log
npm-debug.log*
# TypeScript build info
*.tsbuildinfo
.vercel