From 35ffde9d56c3a5d83b7899be07af2cd7700d4d17 Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Mon, 18 May 2026 16:29:20 +0200 Subject: [PATCH] chore(gitignore): ignore les rapports OCR bench locaux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Le fichier ocr-baseline-XX.json contient potentiellement des données client extraites (montants, noms, emails). Pas à versionner — chaque dev/contributeur lance son propre bench. Co-Authored-By: Claude Opus 4.7 --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cec80d0..614ffbb 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,8 @@ apps/web/public/mockServiceWorker.js # Playwright test-results/ playwright-report/ -e2e/playwright/.cache/ \ No newline at end of file +e2e/playwright/.cache/ + +# Rapports OCR bench (locaux, peuvent contenir des données client) +ocr-baseline*.json +ocr-report*.json \ No newline at end of file