Spaces:
Sleeping
Sleeping
| # Git and env | |
| .git | |
| .gitignore | |
| .gitattributes | |
| .venv | |
| venv | |
| env | |
| .env | |
| # Build / cache | |
| __pycache__ | |
| *.py[cod] | |
| *.pyo | |
| .pytest_cache | |
| .mypy_cache | |
| # Large or generated (not needed in image) | |
| full_frames_GT | |
| threshold_tuning | |
| *.pt | |
| models/*.pt | |
| models/*.onnx | |
| # IDE / OS | |
| .cursor | |
| .DS_Store | |
| *.swp | |