From 18655a70314df532578859cdb17fa8ad8f2e1ee0 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Mon, 3 Feb 2025 12:02:11 +0700 Subject: [PATCH] ignore weight file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5eb05bc..74a4d74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /__pycache__ models -app.log \ No newline at end of file +app.log +*.pt \ No newline at end of file