From f77f8a9660ba45a044283dee196231fe9f298e9e Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 25 Sep 2020 10:17:09 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a29c0ce..aba956b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,15 @@ +*.egg +*.egg-info +*.log +*.py[cod] *~ .DS_Store -.idea -poetry.lock -.python-version -*.log -tmp/ - -*.py[cod] -*.egg .hypothesis +.idea +.python-version +.tox build +dist htmlcov +poetry.lock +tmp/