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/