.venv/
__pycache__/
*.pyc
mlflow.db
mlruns/
artifacts/*
data/MNIST/
*.log

# Flask serve
instance/

# macOS
.DS_Store
