|
|
|
|
@ -40,3 +40,18 @@ The project name 'Actes Princiers' has been applied to:
|
|
|
|
|
- The project's python package in `datascience/actes-princiers/src/actes_princiers`
|
|
|
|
|
|
|
|
|
|
A best-practice setup includes initialising git and creating a virtual environment before running 'pip install -r src/requirements.txt'
|
|
|
|
|
|
|
|
|
|
Par rapport aux bonnes pratiques kedro
|
|
|
|
|
------------------------------------------
|
|
|
|
|
|
|
|
|
|
Dans `actes-princiers/.gitignore`,
|
|
|
|
|
- les datas sont mises dans le dépôt git
|
|
|
|
|
- le datacatalog en local est placé dans le dépôt git
|
|
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
|
|
# ignore all local configuration
|
|
|
|
|
# conf/local/**
|
|
|
|
|
# ignore everything in the following folders
|
|
|
|
|
# data/**
|
|
|
|
|
|
|
|
|
|
|