Add new entries to .gitignore

This commit is contained in:
Alessio Bogon 2022-11-05 15:23:19 +01:00
parent a3adc78ab6
commit 780a6777e9
1 changed files with 11 additions and 2 deletions

13
.gitignore vendored
View File

@ -26,9 +26,18 @@ lib64
pip-log.txt pip-log.txt
# Unit test / coverage reports # Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage .coverage
.tox .coverage.*
nosetests.xml .cache
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations # Translations
*.mo *.mo