# Ignore Python cache files | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
# Ignore virtual environment | |
venv/ | |
env/ | |
.venv/ | |
# Ignore trained model files | |
model_mnist_*.pth | |
# Ignore Jupyter Notebook checkpoints | |
.ipynb_checkpoints/ | |
# Ignore system files | |
.DS_Store | |
Thumbs.db | |
# Ignore logs | |
*.log |