OpenClassroomsProject / .gitignore
github-actions
CD: deploy from GitHub c692788bb3a64cdffab164c9940708c136751e29
e348dc0
raw
history blame contribute delete
379 Bytes
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Jupyter
.ipynb_checkpoints/
*.nbconvert.ipynb
# macOS / VS Code
.DS_Store
.vscode/
# Données : cacher SEULEMENT les brutes
data/raw/*
!data/raw/.gitkeep
# Artefacts modèles : ignorer tout sauf le modèle final
models/*
models/.ipynb_checkpoints/
!models/.gitkeep