Loosen .gitignore on the HF repo (keep data/ + *.jsonl)
Browse files- .gitignore +3 -2
.gitignore
CHANGED
|
@@ -6,12 +6,11 @@ __pycache__/
|
|
| 6 |
!.env.example
|
| 7 |
|
| 8 |
_prepared_data/
|
| 9 |
-
data/
|
| 10 |
checkpoints/
|
| 11 |
final_checkpoint/
|
| 12 |
location_learner/
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
.wandb/
|
| 17 |
wandb/
|
|
@@ -24,3 +23,5 @@ wandb/
|
|
| 24 |
addition_runs/
|
| 25 |
tmp_latent_debug/
|
| 26 |
logs/
|
|
|
|
|
|
|
|
|
| 6 |
!.env.example
|
| 7 |
|
| 8 |
_prepared_data/
|
|
|
|
| 9 |
checkpoints/
|
| 10 |
final_checkpoint/
|
| 11 |
location_learner/
|
| 12 |
|
| 13 |
+
# Note: data/ JSONLs ARE tracked in this HF repo (overrides upstream .gitignore).
|
| 14 |
|
| 15 |
.wandb/
|
| 16 |
wandb/
|
|
|
|
| 23 |
addition_runs/
|
| 24 |
tmp_latent_debug/
|
| 25 |
logs/
|
| 26 |
+
|
| 27 |
+
_pushlogs/
|