exaone-finetuning / .gitignore
amis5895's picture
Deploy EXAONE fine-tuning project with all files
44c69fc
raw
history blame contribute delete
173 Bytes
# Python
__pycache__/
*.pyc
*.log
.env
# Data
data/parsed/
data/processed/
data/final/
# Models
outputs/
*.bin
*.safetensors
# Logs
*.log
logs/
# OS
.DS_Store
Thumbs.db