We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b910760 commit b570e04Copy full SHA for b570e04
.gitignore
@@ -39,6 +39,10 @@ dist/
39
.python-version
40
.installed.cfg
41
*.egg
42
+reqlib-metadata
43
+.mypy_cache/
44
+.venv
45
+venv/
46
47
# Byte-compiled / optimized / DLL files
48
*.pyc
@@ -49,13 +53,15 @@ __pycache__/
49
53
# Unit test / coverage reports
50
54
htmlcov/
51
55
.tox/
56
+.nox/
52
57
.coverage
58
.coverage.*
59
.cache
60
nosetests.xml
61
coverage.xml
62
*,cover
63
.hypothesis/
64
+.pytest_cache/
65
66
# NPM / Node / JavaScript
67
.npm
@@ -87,4 +93,3 @@ hs_err_pid*
87
93
*.swo
88
94
temp/*
89
95
.DS_Store
90
-
0 commit comments