#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
diff --git a/.hgignore b/.hgignore
index e5e149f..7136ed1 100644
--- a/.hgignore
+++ b/.hgignore
@@ -65,3 +65,6 @@
 PCbuild/Win32-temp-*
 __pycache__
 Modules/_testembed
+.coverage
+coverage/
+htmlcov/