Expand development file ignores

This commit is contained in:
2026-07-21 13:12:01 +02:00
parent a743b0008f
commit 18edff7070
+13
View File
@@ -2,4 +2,17 @@
__pycache__/
*.py[cod]
.venv/
# Captures potentiellement sensibles
captures/
# Caches et rapports de tests
.pytest_cache/
.coverage
coverage.xml
htmlcov/
# Fichiers d’éditeur et système
.vscode/
.idea/
.DS_Store