Spaces:
Sleeping
Sleeping
| # 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 |