diff --git a/.gitignore b/.gitignore index 1ea6460..6e6f809 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,16 @@ +# python stuff *.pyc __pycache__ - -.coverage -.coverage* - dist/ build/ *.egg-info/ tags env venv + +# coverage stuff +.coverage +.coverage* htmlcov # IDE