From 9e8959a01497a1c6ee56386444d5161fb1c2ac35 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Thu, 30 Mar 2023 02:59:55 +0200 Subject: [PATCH] python(denoising): Excluded zips from repo Signed-off-by: prescientmoon --- python/denoising/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/python/denoising/.gitignore b/python/denoising/.gitignore index bfc34ce..ec3ba3d 100644 --- a/python/denoising/.gitignore +++ b/python/denoising/.gitignore @@ -2,3 +2,4 @@ .ipynb_checkpoints .envrc *.pyc +*.zip