django-configurations/.gitignore
Sven Aßmann 467e4ebe52 - add configuration for python 3.4 with same django versions as for 3.3
- add coverage summary and html report for checking code coverage
2014-05-02 22:53:32 +02:00

8 lines
69 B
Text

.coverage
docs/_build
*.egg-info
*.egg
test.db
build/
.tox/
htmlcov/