From 23775e3c676340d996fbe9ab42390bc1dea5237f Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Mon, 23 Mar 2026 17:52:14 +0200 Subject: [PATCH] security: ignore config.toml to prevent token leaks --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index d66dd46..fee82cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ /target IMPLEMENTATION_PLAN.md + +# Config files that may contain GitHub tokens +# Note: User config files are stored in platform-specific directories outside the repo +# (e.g., ~/.config/gh-celebs/config.toml on Linux) +# This prevents accidental commits if someone creates config.toml in the project root +/config.toml