Spaces:
Sleeping
Sleeping
Sean Carnahan
Update for HF Spaces deployment: Add memory management, error handling, and logging
cd361a4
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| # Virtual Environment | |
| venv/ | |
| ENV/ | |
| # IDE | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| # Project specific | |
| static/uploads/ | |
| temp_frame_for_cnn_*.jpg | |
| *.mp4 | |
| *.avi | |
| *.mov | |
| *.mkv | |
| # Logs | |
| *.log |