Files
math2-platform/.gitignore
Renato bc43c9e772
Some checks failed
Test Suite / test-backend (push) Has been cancelled
Test Suite / test-frontend (push) Has been cancelled
Test Suite / e2e-tests (push) Has been cancelled
Test Suite / coverage-check (push) Has been cancelled
🎓 Initial commit: Math2 Platform - Plataforma de Álgebra Lineal PRO
 Características:
- 45 ejercicios universitarios (Basic → Advanced)
- Renderizado LaTeX profesional
- IA generativa (Z.ai/DashScope)
- Docker 9 servicios
- Tests 123/123 pasando
- Seguridad enterprise (JWT, XSS, Rate limiting)

🐳 Infraestructura:
- Next.js 14 + Node.js 20
- PostgreSQL 15 + Redis 7
- Docker Compose completo
- Nginx + SSL ready

📚 Documentación:
- 5 informes técnicos completos
- README profesional
- Scripts de deployment automatizados

Estado: Producción lista 
2026-03-31 11:27:11 -03:00

70 lines
683 B
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
# Environment variables - NEVER commit these
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.env
backend/.env
backend/.env.local
backend/.env.production
# Secrets - NEVER commit these
secrets/
*.pem
*.key
*.crt
*.p12
*.pfx
# Build outputs
dist/
build/
.next/
out/
# Testing
coverage/
.nyc_output/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Docker
docker-compose.override.yml
# Prisma
backend/prisma/migrations/
# Misc
.cache/
.temp/
.tmp/
# Security files
.env.backup
.env.old
secrets.backup/
docker/data/
*.log