File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change 1
-
2
- # Created by https://www.toptal.com/developers/gitignore/api/python
3
- # Edit at https://www.toptal.com/developers/gitignore?templates=python
4
-
5
- # ## Python ###
6
1
# Byte-compiled / optimized / DLL files
7
2
__pycache__ /
8
3
* .py [cod ]
25
20
sdist /
26
21
var /
27
22
wheels /
23
+ pip-wheel-metadata /
28
24
share /python-wheels /
29
25
* .egg-info /
30
26
.installed.cfg
@@ -54,7 +50,6 @@ coverage.xml
54
50
* .py,cover
55
51
.hypothesis /
56
52
.pytest_cache /
57
- cover /
58
53
59
54
# Translations
60
55
* .mo
@@ -77,7 +72,6 @@ instance/
77
72
docs /_build /
78
73
79
74
# PyBuilder
80
- .pybuilder /
81
75
target /
82
76
83
77
# Jupyter Notebook
@@ -88,9 +82,7 @@ profile_default/
88
82
ipython_config.py
89
83
90
84
# pyenv
91
- # For a library or package, you might want to ignore these files since the code is
92
- # intended to run in multiple environments; otherwise, check them in:
93
- # .python-version
85
+ .python-version
94
86
95
87
# pipenv
96
88
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -135,13 +127,4 @@ dmypy.json
135
127
136
128
# Pyre type checker
137
129
.pyre /
138
-
139
- # pytype static type analyzer
140
- .pytype /
141
-
142
- # Cython debug symbols
143
- cython_debug /
144
-
145
- # End of https://www.toptal.com/developers/gitignore/api/python
146
-
147
- .vscode /
130
+ .ruff_cache /
You can’t perform that action at this time.
0 commit comments