ci: commit workspace changes from notebook and backend fixes (excludes test_env, Frontend)

This commit is contained in:
Repo Bot
2025-10-19 09:25:12 +02:00
commit 92e9b05393
80 changed files with 11653 additions and 0 deletions

20
.env.example Normal file
View File

@@ -0,0 +1,20 @@
# Environment configuration example
# Copy this file to .env and adjust values
# Application
ENV=development
LOG_LEVEL=DEBUG
# Server
HOST=0.0.0.0
PORT=8001
# CORS (comma-separated list)
# CORS_ORIGINS=http://localhost:3000,http://localhost:8000
# Cache
CACHE_TTL_SECONDS=3600
CACHE_MAX_SIZE=10000
# Rate limiting
RATE_LIMIT_PER_MINUTE=100