Files
Finetuning/.gitignore
2026-06-24 21:05:06 +02:00

25 lines
288 B
Plaintext

# Created by venv; see https://docs.python.org/3/library/venv.html
*
# 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