diff --git a/.gitignore b/.gitignore index c02a394..81f0da2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,17 @@ __pycache__/ *.py[cod] .venv/ -captures/ \ No newline at end of file + +# 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 \ No newline at end of file