24 lines
230 B
Plaintext
24 lines
230 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Environnements locaux
|
|
.venv/
|
|
.env
|
|
|
|
# Journaux et fichiers temporaires
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
*~
|
|
|
|
# Tests et caches
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Éditeurs et système
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|