TaskCLIP / .gitignore
HanningChen
Fix ImageBind import for Spaces (no editable install)
eb9b67e
# weights / artifacts
*.pt
*.pth
*.ckpt
*.onnx
*.engine
.checkpoints/
test_model/
webui/uploads/
webui/results/
__pycache__/
*.pyc
ImageBind/build/
ImageBind/*.egg-info/
**/__pycache__/
*.pyc
runs/