From 2d167421b29cb9c692ac9d36d72ee3f7a6ecf1a5 Mon Sep 17 00:00:00 2001 From: Paul Huliganga Date: Thu, 16 Apr 2026 12:35:20 -0400 Subject: [PATCH] chore: gitignore PDFs, private.key, and .env-orig PDFs are generated artifacts. private.key and .env-orig are secrets that should never be tracked. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cdfaaec..25b5b77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ __pycache__/ .env +.env-orig *.pyc *.pyo .vscode/ @@ -8,3 +9,5 @@ __pycache__/ *.b64 downloads/ migration-output/ +*.pdf +private.key