From 8b92867dd29523b10be1cd8bfe9ab102292107b7 Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Mon, 23 Mar 2026 17:45:31 +0200 Subject: [PATCH] security: add config files to .gitignore to prevent token leaks --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d66dd46..2caf9c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ /target IMPLEMENTATION_PLAN.md + +# Config files (may contain GitHub tokens) +*.toml +config.toml