Files
tp-git/.gitignore
2026-05-05 17:03:19 +02:00

14 lines
131 B
Plaintext

# Fichier sensibles
*.env
secret.txt
# Fichier Python compilés
__pycach__/
*.pyc
*.pyo
# Fichiers temporaires
*.tmp
.DS_Store