Add .gitignore, clean pycache

This commit is contained in:
Alexander Whitestone
2026-04-12 21:30:21 -04:00
parent ab4f263f3a
commit e63d0dccd9
3 changed files with 5 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
__pycache__/
*.pyc
.pytest_cache/
*.json
*.jsonl