Spaces:
Runtime error
Runtime error
| # Virtual Environment | |
| venv/ | |
| # Python cache | |
| __pycache__/ | |
| *.pyc | |
| # macOS system file | |
| .DS_Store | |
| # Datasets (should not be in Git) | |
| datasets/ | |
| # YOLOv8 runs and trained models (these are outputs) | |
| runs/ | |
| # best.pt | |
| test1.mp4 | |
| test2.mp4 | |
| # Temporary uploads folder | |
| uploads/ | |