From 9a115700f91e2c497b1af9a91119fe2fa786e6c1 Mon Sep 17 00:00:00 2001 From: weitzu-com Date: Fri, 5 Jun 2026 13:43:06 +0800 Subject: [PATCH] chore: harden .gitignore to prevent leaking secrets/materials Add ignore rules for .env / credentials / client source materials so they cannot be accidentally committed to this public repo. Part of a public-repo security PDCA audit (prevention > detection). Co-Authored-By: Claude Opus 4.8 --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index f34227f..aaa7f8d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,11 @@ __pycache__/ **/assets/img/*.jpg !**/assets/img/.gitkeep *-final.docx + +# Client source materials — real standards / PDFs / specs stay local, never committed +shared-materials/ +*.pdf + +# Secrets +.env +.env.*