We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23de9e commit 55b9bffCopy full SHA for 55b9bff
.gitignore
@@ -1,6 +1,7 @@
1
*.egg-info
2
*.pot
3
*.py[co]
4
+__pycache__
5
MANIFEST
6
dist/
7
docs/_build/
.hgignore
@@ -3,6 +3,7 @@ syntax:glob
8
tests/coverage_html/
-tests/.coverage
9
+tests/.coverage
0 commit comments