From 5f5b6240a594a81ad403f975d2e18350ceca5594 Mon Sep 17 00:00:00 2001 From: raph666 Date: Tue, 21 Jul 2026 13:12:01 +0200 Subject: [PATCH] Expand development file ignores --- .gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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