28 lines
291 B
Plaintext
28 lines
291 B
Plaintext
# Trained models
|
|
training/output/
|
|
*.safetensors
|
|
*.bin
|
|
|
|
# Training artifacts
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.venv/
|
|
|
|
# Jupyter notebooks
|
|
*.ipynb
|
|
.ipynb_checkpoints/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Large dataset (use git-lfs or exclude)
|
|
dataset/*.jsonl
|