Spaces:
Sleeping
Sleeping
Commit ·
0ff6d8a
1
Parent(s): 0e95d4f
feat: implement GRPO training pipeline with modal integration and supporting web services
Browse files- .gitignore +3 -1
.gitignore
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
.env.local
|
| 2 |
.env.*
|
| 3 |
__pycache__/
|
| 4 |
-
*.pyc
|
|
|
|
|
|
|
|
|
| 1 |
.env.local
|
| 2 |
.env.*
|
| 3 |
__pycache__/
|
| 4 |
+
*.pyc
|
| 5 |
+
|
| 6 |
+
*.egg*
|