diff --git a/.gitignore b/.gitignore index bcfedb73f74e24ec95eb426db32a79260fbebc63..ba5cc8949a01fc0e0279009f527b337b5c270a8f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ _templates/ /*.egg-info .ipynb_checkpoints .vscode -.pytest_cache \ No newline at end of file +.pytest_cache +.coverage* +htmlcov/ \ No newline at end of file