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 2727sdist /
2828var /
2929wheels /
30- pip-wheel-metadata /
3130share /python-wheels /
3231* .egg-info /
3332.installed.cfg
@@ -57,6 +56,7 @@ coverage.xml
5756* .py,cover
5857.hypothesis /
5958.pytest_cache /
59+ cover /
6060
6161# Translations
6262* .mo
@@ -79,6 +79,7 @@ instance/
7979docs /_build /
8080
8181# PyBuilder
82+ .pybuilder /
8283target /
8384
8485# Jupyter Notebook
@@ -89,6 +90,8 @@ profile_default/
8990ipython_config.py
9091
9192# 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:
9295.python-version
9396
9497# pipenv
@@ -135,6 +138,12 @@ dmypy.json
135138# Pyre type checker
136139.pyre /
137140
141+ # pytype static type analyzer
142+ .pytype /
143+
144+ # Cython debug symbols
145+ cython_debug /
146+
138147#
139148# Custom labscript suite .gitignore rules start below
140149#
You can’t perform that action at this time.
0 commit comments