From 19aa4dae18d53119462446cea1ce672be556aba9 Mon Sep 17 00:00:00 2001 From: daharoni Date: Mon, 11 May 2026 19:03:51 +0200 Subject: [PATCH] Ignore .secrets file Used locally during wiki credential debugging \(see context from PR #15/#16\). Adding to .gitignore so it can't be accidentally committed by anyone who creates their own .secrets file in a clone of the repo. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8710029..6562669 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__/ .venv/ output/ .env +.secrets .pytest_cache/ # Pipeline: track YAML files but not fetched companion files