HivisionIDPhotos / .gitignore
TheEeeeLin's picture
update
06fbec3
raw
history blame
296 Bytes
*.pyc
**/__pycache__/
.idea
.vscode/*
.DS_Store
.env
demo/kb_output/*.jpg
demo/kb_output/*.png
# build outputs
dist
build
# checkpoint
*.pth
*.pt
*.onnx
*.mnn
test/temp/*
!test/temp/.gitkeep
!hivision/creator/weights/rmbg-1.4.onnx
!hivision/creator/weights/birefnet-v1-lite.onnx
.python-version