From 6cb9c75a55b88f30140cd934b05b0547c1fb3827 Mon Sep 17 00:00:00 2001 From: le king fu Date: Wed, 4 Mar 2026 20:48:02 -0500 Subject: [PATCH] Add missing .gitignore patterns (*.pem, *.key, .env.*) Co-Authored-By: Claude Opus 4.6 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 2f118bc..07e0a94 100644 --- a/.gitignore +++ b/.gitignore @@ -23,8 +23,13 @@ imports/*.csv # Environment .env .env.local +.env.* *.local +# Secrets +*.pem +*.key + # IDE .vscode/* !.vscode/extensions.json