diff --git a/.gitignore b/.gitignore index 503fc27..1ebb407 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /hy/version.py *.pyc -*swp +.*.sw? *hy*egg* *pyreadline*egg* .tox @@ -9,3 +9,4 @@ dist .coverage build/ /.cache +/.pytest_cache