1
+ # Cache files
2
+ .cache
3
+ audio
4
+ .audio
5
+ * .zip
6
+ * .whl
7
+ # macOS
8
+ .DS_Store
9
+
1
10
# Byte-compiled / optimized / DLL files
2
11
__pycache__ /
3
12
* .py [cod ]
20
29
sdist /
21
30
var /
22
31
wheels /
32
+ pip-wheel-metadata /
23
33
share /python-wheels /
24
34
* .egg-info /
25
35
.installed.cfg
@@ -49,7 +59,6 @@ coverage.xml
49
59
* .py,cover
50
60
.hypothesis /
51
61
.pytest_cache /
52
- cover /
53
62
54
63
# Translations
55
64
* .mo
@@ -72,7 +81,6 @@ instance/
72
81
docs /_build /
73
82
74
83
# PyBuilder
75
- .pybuilder /
76
84
target /
77
85
78
86
# Jupyter Notebook
@@ -83,9 +91,8 @@ profile_default/
83
91
ipython_config.py
84
92
85
93
# pyenv
86
- # For a library or package, you might want to ignore these files since the code is
87
- # intended to run in multiple environments; otherwise, check them in:
88
- # .python-version
94
+ .python-version
95
+ poetry.lock
89
96
90
97
# pipenv
91
98
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -94,22 +101,7 @@ ipython_config.py
94
101
# install all needed dependencies.
95
102
# Pipfile.lock
96
103
97
- # poetry
98
- # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
99
- # This is especially recommended for binary packages to ensure reproducibility, and is more
100
- # commonly ignored for libraries.
101
- # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102
- # poetry.lock
103
-
104
- # pdm
105
- # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
106
- # pdm.lock
107
- # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108
- # in version control.
109
- # https://pdm.fming.dev/#use-with-ide
110
- .pdm.toml
111
-
112
- # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
104
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
113
105
__pypackages__ /
114
106
115
107
# Celery stuff
@@ -120,7 +112,7 @@ celerybeat.pid
120
112
* .sage.py
121
113
122
114
# Environments
123
- .env
115
+
124
116
.venv
125
117
env /
126
118
venv /
@@ -145,16 +137,3 @@ dmypy.json
145
137
146
138
# Pyre type checker
147
139
.pyre /
148
-
149
- # pytype static type analyzer
150
- .pytype /
151
-
152
- # Cython debug symbols
153
- cython_debug /
154
-
155
- # PyCharm
156
- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
157
- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158
- # and can be added to the global gitignore or merged into this file. For a more nuclear
159
- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
- # .idea/
0 commit comments