Allow curated reward snapshots
Browse files- .gitignore +5 -1
.gitignore
CHANGED
|
@@ -6,5 +6,9 @@ __pycache__/
|
|
| 6 |
.ruff_cache/
|
| 7 |
artifacts/
|
| 8 |
data/rewards*.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
data/*.tmp
|
| 10 |
-
|
|
|
|
| 6 |
.ruff_cache/
|
| 7 |
artifacts/
|
| 8 |
data/rewards*.jsonl
|
| 9 |
+
!data/rewards.schema.example.jsonl
|
| 10 |
+
!data/rewards.mock.jsonl
|
| 11 |
+
!data/rewards.repeat-mock.jsonl
|
| 12 |
+
!data/rewards.openrouter-smoke.jsonl
|
| 13 |
+
!data/rewards.real-300.jsonl
|
| 14 |
data/*.tmp
|
|
|