From 2118cd47c30dd93241a9973783c19ccc9f19b98a Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sun, 19 May 2024 17:37:19 +0200 Subject: [PATCH] Ignore jpg and txt files --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c2a3748..cb75514 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,9 @@ docs __pycache__ -*.bin \ No newline at end of file +# Model weights +*.bin + +# Test files +*.jpg +*.txt \ No newline at end of file