Spaces:
Running
Running
File size: 174 Bytes
ca46a75 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
*.pyc
**/__pycache__
.idea
.vscode/*
.DS_Store
app/output/*.jpg
demo/kb_output/*.jpg
# build outputs
dist
build
# checkpoint
*.pth
*.pt
*.onnx
test/temp/*
!test/temp/.gitkeep |