TP Module 1 : preparation des donnees (notebook + .gitignore)

This commit is contained in:
Johan LEROY
2026-07-21 09:25:10 +02:00
commit f8549972d5
2 changed files with 1398 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Donnees du fil rouge (volumineuses, gerees hors git / DVC plus tard)
data/
*.parquet
*.csv
# Jupyter
.ipynb_checkpoints/
# Backups horodates du sujet a trous
*.trous-*
# Python
__pycache__/
*.pyc
.venv/
venv/
# Secrets / environnement
.env
*.key
*.pem

File diff suppressed because one or more lines are too long