From a1601009dcce359e117098dd50a87e0b7fbf2f1a Mon Sep 17 00:00:00 2001 From: Paul Huliganga Date: Wed, 15 Apr 2026 19:44:26 -0400 Subject: [PATCH] chore: exclude generated outputs and binary assets from git Add downloads/, migration-output/ (account-specific / generated files) and *.b64 (redundant base64 copies of PDFs) to .gitignore. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2b34b90..cdfaaec 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ __pycache__/ .vscode/ .DS_Store *.swp +*.b64 +downloads/ +migration-output/