Spaces:
Sleeping
Sleeping
| # --- Python --- | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| .ipynb_checkpoints/ | |
| # --- Venv --- | |
| .venv/ | |
| env/ | |
| venv/ | |
| ENV/ | |
| # --- uv tool --- | |
| .uv/ | |
| # --- Models and data --- | |
| models/ | |
| *.bin | |
| *.pth | |
| *.onnx | |
| .cache/ | |
| # --- OS & IDE --- | |
| .DS_Store | |
| .vscode/ | |
| .idea/ | |
| # --- Secrets --- | |
| .env | |
| *.pemt |