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