diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e98aa97 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Fichier sensibles +*.env +secret.txt + +# Fichier Python compilés +__pycach__/ +*.pyc +*.pyo + +# Fichiers temporaires +*.tmp +.DS_Store +