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