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:
parent
7aac78f3a4
commit
2d167421b2
|
|
@ -1,5 +1,6 @@
|
|||
__pycache__/
|
||||
.env
|
||||
.env-orig
|
||||
*.pyc
|
||||
*.pyo
|
||||
.vscode/
|
||||
|
|
@ -8,3 +9,5 @@ __pycache__/
|
|||
*.b64
|
||||
downloads/
|
||||
migration-output/
|
||||
*.pdf
|
||||
private.key
|
||||
|
|
|
|||
Loading…
Reference in New Issue