diff --git a/.gitignore b/.gitignore index 7b18b0a..8a4209c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ wheels/ # SQLite *.db *.sqlite + +# Coverage +.coverage