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 <noreply@anthropic.com>
This commit is contained in:
Paul Huliganga 2026-04-16 12:35:20 -04:00
parent 7aac78f3a4
commit 2d167421b2
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
__pycache__/
.env
.env-orig
*.pyc
*.pyo
.vscode/
@ -8,3 +9,5 @@ __pycache__/
*.b64
downloads/
migration-output/
*.pdf
private.key