Spaces:
Sleeping
Sleeping
Commit ·
8565386
1
Parent(s): 3b8d9c2
chore: ignore pycache, outputs, and trainer state
Browse filesCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- .gitignore +4 -0
.gitignore
CHANGED
|
@@ -1 +1,5 @@
|
|
| 1 |
.DS_Store
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
.DS_Store
|
| 2 |
+
__pycache__/
|
| 3 |
+
*.pyc
|
| 4 |
+
outputs/
|
| 5 |
+
trainer_state.json
|