From 0ea11a642fc91c15b316e257382deb7618f34b99 Mon Sep 17 00:00:00 2001 From: dinhanhx Date: Mon, 16 Aug 2021 21:16:56 +0700 Subject: [PATCH] Ignore file zip --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4a214a8..ab5354f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ data/ *.pyc model_asset/ *.pt -.ipynb_checkpoints/ \ No newline at end of file +.ipynb_checkpoints/ +*.zip \ No newline at end of file