Add missing .gitignore patterns (*.pem, *.key, .env.*)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
le king fu 2026-03-04 20:48:02 -05:00
parent be662ee52e
commit 6cb9c75a55

5
.gitignore vendored
View file

@ -23,8 +23,13 @@ imports/*.csv
# Environment
.env
.env.local
.env.*
*.local
# Secrets
*.pem
*.key
# IDE
.vscode/*
!.vscode/extensions.json