Ethio-BBPE / .gitignore
Nexuss0781's picture
Upload .gitignore with huggingface_hub
160c09f verified
Raw
History Blame Contribute Delete
507 Bytes
```
# Compressed files
*.gz
*.bz2
# Checkpoints and models
models/checkpoints/
models/EthioBBPE_*/
# Environment files
.env
.env.local
*.env.*
# Logs
*.log
# Temporary files
*.tmp
*.swp
# Coverage reports
coverage/
htmlcov/
.coverage
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Build directories
dist/
build/
*.egg-info/
# Virtual environments
venv/
.venv/
env/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# MyPy cache
.mypy_cache/
# Pytest cache
.pytest_cache/
```