From b34fdf2316670642693daa0dd49bfa67b153c5c2 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Sat, 16 Apr 2022 22:40:54 -0700 Subject: [PATCH] Ignore wheels and sdists --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a3cc259..cf82aae 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ build/ *.egg-info *.pyc *.pyi +*.whl +*.tar.gz #sphinx docs/_build/