From 29a3450cb727bcc50f9d81eb4874444c2b237962 Mon Sep 17 00:00:00 2001 From: Antigravity Agent Date: Mon, 25 May 2026 23:16:04 +0000 Subject: [PATCH] chore: Add secrets.local to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3b714e7..22c2941 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,4 @@ becomingone-rs/target/ # Local configuration local.yaml +secrets.local