.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/