| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| .eggs/ | |
| *.egg | |
| .env | |
| .venv/ | |
| venv/ | |
| env/ | |
| .DS_Store | |
| checkpoints/ | |
| *.pt | |
| *.pth | |
| *.gguf | |
| *.bin | |
| traces/ | |
| *.mp4 | |
| !tests/fixtures/*.mp4 | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| .eggs/ | |
| *.egg | |
| .env | |
| .venv/ | |
| venv/ | |
| env/ | |
| .DS_Store | |
| checkpoints/ | |
| *.pt | |
| *.pth | |
| *.gguf | |
| *.bin | |
| traces/ | |
| *.mp4 | |
| !tests/fixtures/*.mp4 | |