Files
DanceVideos/.gitignore
Gabriel Radureau 9cb9790974 first streamlit poc
2025-10-12 14:59:40 +02:00

32 lines
378 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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