Skip to content

Commit d4474e2

Browse files
committed
Updated .gitignore with latest GitHub defaults
1 parent a18a0d1 commit d4474e2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ parts/
2727
sdist/
2828
var/
2929
wheels/
30-
pip-wheel-metadata/
3130
share/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/
7979
docs/_build/
8080

8181
# PyBuilder
82+
.pybuilder/
8283
target/
8384

8485
# Jupyter Notebook
@@ -89,6 +90,8 @@ profile_default/
8990
ipython_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
#

0 commit comments

Comments
 (0)