Add .gitignore for llm/, remove compiled/checkpoint files

https://claude.ai/code/session_01SWXLQb3nFTiygbp74dpjVa
This commit is contained in:
Claude 2026-03-22 22:51:54 +00:00
parent 1d3ce8cff7
commit 1ef5253c93
No known key found for this signature in database
4 changed files with 2 additions and 0 deletions

2
llm/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
__pycache__/
*.pt

Binary file not shown.