Pipeline completo: URL → Whisper → GPT-4o → pgvector → Supabase Frontend Vue 3 + Tailwind, Backend Express + Vercel serverless functions
28 lines
252 B
Plaintext
28 lines
252 B
Plaintext
# Dependencias
|
|
node_modules/
|
|
|
|
# Variables de entorno — NUNCA subir al repo
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Build del frontend
|
|
dist/
|
|
.vite/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|