# ignore everything at repo root /* # allow the control files !.gitignore !.gitattributes !README.md # allow the safetensors anywhere if that’s intended !*.safetensors # specifically allow the 2.2 directory and its contents you want !/2.2/ 2.2/* !/2.2/*.safetensors