Files
Finetuning/.gitignore
2026-06-14 11:53:31 +02:00

22 lines
218 B
Plaintext

# Virtual Environment (the folders Git saw)
bin/
lib/
share/
pyvenv.cfg
include/
# Data and Models
data/
datasets/
trained_models/
# Python cache
__pycache__/
*.py[cod]
lib64
/reports
*.bin
*.idx
*.rec
*.lst
property