From 0b740ad362a86ebc9834ff45184f8270f408fb8b Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sat, 9 Oct 2021 23:13:54 -0600 Subject: [PATCH] ignore tar archives --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 60ba0bd..f508999 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ htmlcov/ dist/ build/ .egg-info/ +*.tar.gz