diff --git a/.gitignore b/.gitignore index 356c294..2acc17b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,8 @@ # Vagrant base boxes (you never know when someone puts one in the repository) *.box -# Ignore tests directory -tests +# Compiled Python +*.pyc + +# Test directories. These are Git worktrees to separate test branches +*-tests/