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 <noreply@anthropic.com>
This commit is contained in:
Paul Huliganga 2026-04-15 19:44:26 -04:00
parent b9a4e75da9
commit a1601009dc
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -5,3 +5,6 @@ __pycache__/
.vscode/ .vscode/
.DS_Store .DS_Store
*.swp *.swp
*.b64
downloads/
migration-output/