diff --git a/.gitignore b/.gitignore index 111bf307..925680bb 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ _build local_settings.py repo_name my_test_project/* + +# Generated when running py.test for the cookiecutter-django generation tests +.cache/