From f57784fd922578103ce9ec03ba8be0aee9c66b65 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Sat, 26 Sep 2020 01:44:29 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c3cc8ac..80d00c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ +*.egg +*.egg-info +*.log +*.py[cod] .DS_Store .idea -*.log -tmp/ - -*.py[cod] -*.egg build +dist htmlcov +tmp/