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.*