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:
parent
b9a4e75da9
commit
a1601009dc
|
|
@ -5,3 +5,6 @@ __pycache__/
|
|||
.vscode/
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.b64
|
||||
downloads/
|
||||
migration-output/
|
||||
|
|
|
|||
Loading…
Reference in New Issue