44 lines
643 B
Plaintext
44 lines
643 B
Plaintext
# =============================================================================
|
|
# SUBREPOSITORIOS - Tienen sus propios repositorios independientes
|
|
# Ver .gitmodules para referencias
|
|
# =============================================================================
|
|
apps/backend/
|
|
apps/frontend/
|
|
apps/database/
|
|
apps/ml-engine/
|
|
apps/data-service/
|
|
|
|
# Apps adicionales (sin subrepo aún)
|
|
apps/llm-agent/
|
|
apps/mt4-gateway/
|
|
apps/personal/
|
|
apps/trading-agents/
|
|
|
|
# Dependencias
|
|
node_modules/
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
.next/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|