From 3a516f7b2fe19a7a4dbf0fd918271c94acc7ffce Mon Sep 17 00:00:00 2001 From: kami Date: Mon, 27 Jul 2026 18:15:01 +0400 Subject: [PATCH] Stop tracking model weights, checkpoints, and training data Weights and optimizer state are multi-GB, regenerate from the training scripts, and stay in history forever once committed -- .git is 21GB, of which three Qwen3 CPT checkpoints alone are 10GB. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_017hfvdqpbU5UVf8PmzbvZms --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index ebfe9e6..414ff00 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,13 @@ .vscode/ __pycache__/ + +# Model weights and optimizer state: multi-GB, reproducible from the training +# scripts, and they permanently bloat history once committed. +*.safetensors +*.pt +*.pth +*.bin +*.arrow +*.parquet +checkpoint-*/ +llm/data/