Add .coverage, .tox and .cache to .gitignore

This commit is contained in:
Raphael Pierzina 2015-11-08 23:04:41 +01:00
parent ae9e912b62
commit cc74c48588

5
.gitignore vendored
View File

@ -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