Vietnamese_NER / .gitignore
GitHub Actions
Auto-deploy from GitHub (binary files removed)
b746f44
raw
history blame contribute delete
214 Bytes
# Python cache
__pycache__/
*.pyc
*.pyo
# Hugging Face binary/model outputs
*.pth
*.h5
*.ckpt
# Dataset and results folders
data/
logs/
# Large files
*.zip
*.tar.gz
*.mp4
*.png
*.jpg
*.jpeg