TP Module 1 : preparation des donnees (notebook + .gitignore)
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal 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
|
||||||
1377
tp_module1_preparation_donnees.ipynb
Normal file
1377
tp_module1_preparation_donnees.ipynb
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user