From 5709b160bc42910e4658ad3b96837026eb1e2463 Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 3 Jan 2023 22:11:33 -0500 Subject: [PATCH] ignore binary files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0dc2893..210271c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ sample.log __pycache__/* *.pyc *.cached_ips.pkl +*.gz* \ No newline at end of file