cifar100-classifier / gitignore
Krishnakanth1993's picture
Deploying CIFAR 100 best model
b9a3037
raw
history blame contribute delete
265 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Streamlit
.streamlit/
# Testing
test_images/
*.jpg
*.png
*.jpeg
!examples/*.jpg
!examples/*.png
# Logs
*.log
logs/