From 6b852d561d969a97106ff6c63de7570a19d0cdd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E6=B4=8B=E4=B8=89=E6=B4=8B?= <1258009915@qq.com> Date: Mon, 27 May 2024 16:58:56 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) 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