From 8a1fd31e10017ede39ab815585d8ab6ecbf446f3 Mon Sep 17 00:00:00 2001 From: Kate Meerburg Date: Sun, 24 May 2026 23:45:52 +0200 Subject: [PATCH] Add config.json to .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a14702c..2567214 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json # Finder (MacOS) folder config .DS_Store + +# Config files +config.json