Ajout du .gitignore

This commit is contained in:
2026-05-05 17:03:19 +02:00
parent 590788e371
commit bc4c6acfc6

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Fichier sensibles
*.env
secret.txt
# Fichier Python compilés
__pycach__/
*.pyc
*.pyo
# Fichiers temporaires
*.tmp
.DS_Store