TamilSense / .gitignore
vishnu-n's picture
remove mlflow.db
353228e
Raw
History Blame Contribute Delete
150 Bytes
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
# Data
data/raw/
# MLflow
mlruns/
# Logs
logs/
# Model weights - hosted on HF Hub
models/
mlflow.db