# Fichier sensibles 
*.env
secret.txt

# Fichier Python compilés
__pycach__/
*.pyc
*.pyo

# Fichiers temporaires
*.tmp
.DS_Store

