22 lines
258 B
Plaintext
22 lines
258 B
Plaintext
# 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
|