From 0b68d4bc7714925d792ac73b365fd0e45c82e970 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 27 Apr 2026 14:52:44 +0200 Subject: [PATCH] chore: add debug/ to .gitignore to prevent trace clutter --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cdbfc4f..3e140e2 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,6 @@ htmlcov/ .coverage coverage.xml .hypothesis/ + +# Local diagnostic traces +debug/