betting-analytics/.gitignore

28 lines
215 B
Plaintext

# SUBREPOSITORIOS
apps/backend/
apps/frontend/
apps/ml/
# Dependencias
node_modules/
__pycache__/
.venv/
# Build
dist/
build/
# Environment
.env
!.env.example
# Logs
*.log
# IDE
.idea/
.vscode/
# OS
.DS_Store