chore: sposta PRD.md in docs/, rimuovi .env.local dal tracking, aggiorna .gitignore

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-25 18:06:34 +02:00
parent c217860ebc
commit bfed2f60aa
3 changed files with 2 additions and 15 deletions
-15
View File
@@ -1,15 +0,0 @@
# LLM Monitor - Local Development Environment
# Copia questo file da env.example e personalizza per il tuo ambiente
OLLAMA_HOST=http://localhost:11434
OLLAMA_TIMEOUT=30
API_HOST=0.0.0.0
API_PORT=8000
API_WORKERS=1
CORS_ORIGINS=http://localhost:3000,http://localhost:5173,http://localhost:8000
LOG_LEVEL=DEBUG
ENVIRONMENT=development
+2
View File
@@ -93,6 +93,8 @@ celerybeat.pid
# Environments # Environments
.env .env
.env.local
.env.*.local
.venv .venv
env/ env/
venv/ venv/
View File