Intel_classification / .gitignore
danielle2035's picture
Add file
18a940b
Raw
History Blame Contribute Delete
325 Bytes
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# React build
frontend/build/
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Virtual env
venv/
env/
.env
# Django
db.sqlite3
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
backend/api/models/*.keras
backend/api/models/*.pth
backend/api/models/*.h5