diff --git a/.gitignore b/.gitignore index 925680bb..0e0a592c 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,8 @@ my_test_project/* # Generated when running py.test for the cookiecutter-django generation tests .cache/ + +# Unit test / coverage reports +.coverage +.tox +.cache