Stack: FastAPI + React/TypeScript + SQLite + GPT-4o Features: Radar géopolitique, Marchés, Régime Macro, Journal de Bord MTM, Rapport IA, Super Contexte (base de raisonnement évolutive), Boucle feedback IA. Deploy: Docker + docker-compose + nginx pour openfin.open-squared.tech Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
55 lines
615 B
Plaintext
55 lines
615 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
venv/
|
|
.venv/
|
|
env/
|
|
.env
|
|
*.env
|
|
|
|
# Database — ne pas versionner les données de production
|
|
backend/data/*.db
|
|
backend/data/*.db-shm
|
|
backend/data/*.db-wal
|
|
|
|
# Node / frontend
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/.vite/
|
|
.npm/
|
|
|
|
# IDE
|
|
.vscode/settings.json
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Claude Code settings (locaux, non partagés)
|
|
.claude/
|
|
|
|
# Fichiers de travail locaux
|
|
*.docx
|
|
docx_extract.txt
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Deploy secrets
|
|
deploy/.env
|
|
deploy/nginx/certs/
|
|
deploy/nginx/certbot-webroot/
|