first streamlit poc
This commit is contained in:
32
.gitignore
vendored
32
.gitignore
vendored
@@ -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 l’application ---
|
||||
app/__pycache__/
|
||||
app/.pytest_cache/
|
||||
|
||||
Reference in New Issue
Block a user