diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ .pytest_cache/ .venv/ -.coverage .idea/ -__pycache__/
\ No newline at end of file +__pycache__/ + +.coverage +cobertura.xml +report.xml |