From 0ea49e675fd0fb0531c33c5377d58d2980e2a8a5 Mon Sep 17 00:00:00 2001 From: dom Date: Thu, 12 Feb 2026 13:46:17 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20.gitignore=20=E2=80=94=20exclure=20PDFs,?= =?UTF-8?q?=20XLS,=20.claude/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9ab3ebf..8770dd6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,20 @@ +# Python .venv/ __pycache__/ *.pyc +*.egg-info/ .pytest_cache/ .hypothesis/ + +# Données générées output/ input/ -*.egg-info/ data/ + +# Référentiels (volumineux, non versionnés) +*.pdf +*.xls +*.xlsx + +# IDE / outils +.claude/