Fixes les commandes d'execution pour python

Rends git ignorant du cache python
Fixes les commandes d'execution pour python en local
Ajoutes une commande d'execution de la CI selon la branche cicd
This commit is contained in:
2023-05-14 23:39:14 +02:00
parent f83c6b7988
commit 85803e95f1
3 changed files with 31 additions and 7 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Ignore node_module
**/node_modules/
# Ignore python stuff
**/__pycache__