28 lines
302 B
Plaintext
28 lines
302 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 (optional, use git-lfs if needed)
|
|
# dataset/*.jsonl
|