We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900c9de commit e064fd5Copy full SHA for e064fd5
1 file changed
.gitignore
@@ -1,9 +1,6 @@
1
-docs/_build
+/docs/_build
2
tmp.py
3
-htmlcov/
4
-.coverage.*
5
*.py[cod]
6
-.mypy_cache
7
8
# emacs
9
*~
@@ -32,11 +29,16 @@ lib64
32
29
# Installer logs
33
30
pip-log.txt
34
31
35
-# Unit test / coverage reports
36
-.coverage
37
-.tox/
+# Testing
+/.tox/
38
nosetests.xml
39
+# Coverage
+/.coverage
+/.coverage.*
+/htmlcov/
40
+/.mypy_cache
41
+
42
# Translations
43
*.mo
44
0 commit comments