14 lines
131 B
Plaintext
14 lines
131 B
Plaintext
# Fichier sensibles
|
|
*.env
|
|
secret.txt
|
|
|
|
# Fichier Python compilés
|
|
__pycach__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Fichiers temporaires
|
|
*.tmp
|
|
.DS_Store
|
|
|