mnist-classifier / .gitignore
harry
feat: update model training and logging, add mypy cache to .gitignore
5144b79
raw
history blame
103 Bytes
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
wandb/
checkpoints/
*.egg-info/
dist/
mnist/
data/
runs/