From b515bd17b0cdf29703b14b894a699f98fc53bf80 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Tue, 10 Feb 2026 15:39:33 +0100 Subject: [PATCH] chore: add .env to gitignore to protect API keys --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a547bf3..c35bd15 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Environment variables (API keys - NEVER commit) +.env +.env.* + # Logs logs *.log