diff --git a/.gitignore b/.gitignore index dda32be..c2f7a11 100644 --- a/.gitignore +++ b/.gitignore @@ -86,4 +86,8 @@ backups/ # Temporary files *.tmp -*.temp \ No newline at end of file +*.temp + +# Coverage data +.coverage +htmlcov/ \ No newline at end of file