diff --git a/.gitignore b/.gitignore index 9586cb5..73805b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,24 @@ **/.DS_Store **/__pycache__ **/.vscode +**/pyrightconfig.json **/train_result **/ckpt +**/ckpts +**/*.safetensor **/trocr-* +**/large*.onnx +**/rtdetr_r50vd_6x_coco.onnx + **/*cache **/.cache + **/tmp -**/log -**/data - -**/logs **/tmp* +**/log +**/logs + **/data -**/*cache -**/ckpts -**/*.onnx -**/*.bin -**/*.safetensor -**/*.onnx - -**/pyrightconfig.json \ No newline at end of file +**/*.bin \ No newline at end of file