Files
Hanzo Dev d418a9048f chore: remove training data files from git, add to gitignore
Training data (JSONL files) should be stored on HuggingFace, not in git.
Remove training/data/ from tracking and add *.jsonl and training/data/ to .gitignore.
2026-02-28 10:32:32 -08:00

26 lines
313 B
Plaintext

CLAUDE.md
AGENTS.md
GEMINI.md
QWEN.md
*.safetensors
*.bin
*.gguf
*.pt
*.pth
# Model directories (use HuggingFace)
models/
modelfiles/*/
# Generated/temp files
*.log
*.tmp
archive/
docs/papers/papers/
docs/papers/pdf/
docs/papers/pdfs/
# Training data (stored on HuggingFace, not in git)
*.jsonl
training/data/