Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Models and Engines | |
| *.onnx | |
| *.onnx.data | |
| *.pth | |
| *.engine | |
| # Images | |
| *.png | |
| *.jpeg | |
| *.JPG | |
| # Videos | |
| *.mp4 | |
| # Logs | |
| logs/ | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Models and Engines | |
| *.onnx | |
| *.onnx.data | |
| *.pth | |
| *.engine | |
| # Images | |
| *.png | |
| *.jpeg | |
| *.JPG | |
| # Videos | |
| *.mp4 | |
| # Logs | |
| logs/ | |