Files
Finetuning/.gitignore
2026-05-01 15:28:10 +02:00

27 lines
212 B
Plaintext

# Python cache
__pycache__/
*.pyc
*.pyo
# Virtual environment
venv/
.venv/
bin/
lib/
lib64/
include/
share/
pyvenv.cfg
# Data & datasets
data/
bin/
# Model weights
*.pth
# System / logs
.DS_Store
*.log
*.tmp