first streamlit poc

This commit is contained in:
Gabriel Radureau
2025-10-12 14:59:40 +02:00
parent 14a3392d41
commit 9cb9790974
8 changed files with 264 additions and 2 deletions

32
.gitignore vendored
View File

@@ -1 +1,31 @@
.DS_Store
.DS_Store
.venv
# --- Environnement Python ---
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
# --- Fichiers Streamlit temporaires ---
.streamlit/
.cache/
*/.streamlit/
# --- Fichiers SQLite / temporaires ---
*.sqlite
*.db
*.db-journal
*.db-shm
*.db-wal
# --- Logs et outputs ---
*.log
*.tmp
*.bak
.DS_Store
# --- Fichiers de lapplication ---
app/__pycache__/
app/.pytest_cache/