File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 27
27
sdist /
28
28
var /
29
29
wheels /
30
- pip-wheel-metadata /
31
30
share /python-wheels /
32
31
* .egg-info /
33
32
.installed.cfg
@@ -57,6 +56,7 @@ coverage.xml
57
56
* .py,cover
58
57
.hypothesis /
59
58
.pytest_cache /
59
+ cover /
60
60
61
61
# Translations
62
62
* .mo
@@ -79,6 +79,7 @@ instance/
79
79
docs /_build /
80
80
81
81
# PyBuilder
82
+ .pybuilder /
82
83
target /
83
84
84
85
# Jupyter Notebook
@@ -89,6 +90,8 @@ profile_default/
89
90
ipython_config.py
90
91
91
92
# pyenv
93
+ # For a library or package, you might want to ignore these files since the code is
94
+ # intended to run in multiple environments; otherwise, check them in:
92
95
.python-version
93
96
94
97
# pipenv
@@ -135,6 +138,12 @@ dmypy.json
135
138
# Pyre type checker
136
139
.pyre /
137
140
141
+ # pytype static type analyzer
142
+ .pytype /
143
+
144
+ # Cython debug symbols
145
+ cython_debug /
146
+
138
147
#
139
148
# Custom labscript suite .gitignore rules start below
140
149
#
You can’t perform that action at this time.
0 commit comments