From eac8d87ba70523ac584627877b5969d81dd59fc9 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 6 Jun 2026 19:09:56 +0000 Subject: [PATCH] Add mpo_log_results_* to .gitignore Experiment result directories (mpo_log_results_mpo-llama8b-8b/ etc.) contain machine-generated JSON outputs that are large, environment-specific, and belong in experiment tracking tools rather than source control. Excluding them avoids noise in diffs and prevents accidental large file commits. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8aa4bc74..e51b222c 100755 --- a/.gitignore +++ b/.gitignore @@ -147,4 +147,4 @@ wandb/ # model weights models/ -!trl/models/ \ No newline at end of file +!trl/models/mpo_log_results_*/