diff --git a/.gitignore b/.gitignore index 740207f..ea75bdb 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,13 @@ ENV/ *.egg-info/ .pytest_cache/ +# Coverage +.coverage +.coverage.* +htmlcov/ +coverage.xml +.cache + # Next.js .next/ out/