recap_gen/.gitignore

49 lines
513 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
# Virtualenv
venv/
.env/
env/
.venv/
# Jupyter/IPython
.ipynb_checkpoints/
# Logs
*.log
logs/
# Hugging Face + model files
*.ckpt
*.pt
*.bin
*.h5
bert_trained/
checkpoint-*/
# Data
data/*
data/*.csv
data/*.srt
data/*.txt
!data/README.md # если у тебя есть описание структуры
# Datasets cache (Hugging Face)
.cache/
~/.cache/huggingface/
~/.huggingface/
# Trainer outputs
runs/
output/
results/
# OS files
.DS_Store
Thumbs.db