From f2a3e99cf92c6945bdc2a8e95606374bd0518e06 Mon Sep 17 00:00:00 2001 From: lucaswychan Date: Fri, 30 Aug 2024 01:37:36 +0800 Subject: [PATCH] fix: ignore results --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 45e0504..5555734 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ project_lstm.ipynb /test_package /dist test.py -main.py \ No newline at end of file +main.py +/results \ No newline at end of file