diff --git a/.gitignore b/.gitignore index f80fd60..3c6c11b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,14 @@ *.egg-info/ *.pyc -.cache/ -build/ -deb_dist/ -dist/ -tmp/ .pypirc -/.env +/.cache/ /.coverage -/htmlcov +/.env +/.envrc +/.pytest_cache/ +/build/ +/deb_dist/ +/dist/ +/htmlcov/ +/tmp/ /toot-*.tar.gz