Add coverage related files to .gitignore

This commit is contained in:
Gergely Polonkai 2018-07-23 13:22:35 +02:00
parent a97d884f42
commit 6f186c3a3f
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ __pycache__/
/calsocial/translations/*/LC_MESSAGES/*.mo
/.pytest_cache/
/.env
/.coverage
/htmlcov/