Update .gitignore

This commit is contained in:
三洋三洋
2024-05-27 16:58:56 +00:00
parent e193fe3798
commit 6b852d561d

23
.gitignore vendored
View File

@@ -1,25 +1,24 @@
**/.DS_Store **/.DS_Store
**/__pycache__ **/__pycache__
**/.vscode **/.vscode
**/pyrightconfig.json
**/train_result **/train_result
**/ckpt **/ckpt
**/ckpts
**/*.safetensor
**/trocr-* **/trocr-*
**/large*.onnx
**/rtdetr_r50vd_6x_coco.onnx
**/*cache **/*cache
**/.cache **/.cache
**/tmp **/tmp
**/log
**/data
**/logs
**/tmp* **/tmp*
**/log
**/logs
**/data **/data
**/*cache
**/ckpts
**/*.onnx
**/*.bin **/*.bin
**/*.safetensor
**/*.onnx
**/pyrightconfig.json