Files
Finetuning/.gitignore
2026-05-05 21:04:33 +02:00

15 lines
161 B
Plaintext

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