1- out /
2- tests /old
3- * .hdf5
4- * .h5
5- * .out
6- * .npz
7- * .pkl
8- * .py~
9- * .DS_Store
10- misc /
11-
121# Byte-compiled / optimized / DLL files
132__pycache__ /
143* .py [cod ]
@@ -18,7 +7,6 @@ __pycache__/
187* .so
198
209# Distribution / packaging
21- _version.py
2210.Python
2311build /
2412develop-eggs /
@@ -32,11 +20,13 @@ parts/
3220sdist /
3321var /
3422wheels /
23+ pip-wheel-metadata /
3524share /python-wheels /
3625* .egg-info /
3726.installed.cfg
3827* .egg
3928MANIFEST
29+ _version.py
4030
4131# PyInstaller
4232# Usually these files are written by a python script from a template
@@ -61,7 +51,6 @@ coverage.xml
6151* .py,cover
6252.hypothesis /
6353.pytest_cache /
64- cover /
6554
6655# Translations
6756* .mo
@@ -82,9 +71,9 @@ instance/
8271
8372# Sphinx documentation
8473docs /_build /
74+ _readthedocs /
8575
8676# PyBuilder
87- .pybuilder /
8877target /
8978
9079# Jupyter Notebook
@@ -95,9 +84,7 @@ profile_default/
9584ipython_config.py
9685
9786# pyenv
98- # For a library or package, you might want to ignore these files since the code is
99- # intended to run in multiple environments; otherwise, check them in:
100- # .python-version
87+ .python-version
10188
10289# pipenv
10390# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -106,22 +93,7 @@ ipython_config.py
10693# install all needed dependencies.
10794# Pipfile.lock
10895
109- # poetry
110- # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
111- # This is especially recommended for binary packages to ensure reproducibility, and is more
112- # commonly ignored for libraries.
113- # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
114- # poetry.lock
115-
116- # pdm
117- # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
118- # pdm.lock
119- # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
120- # in version control.
121- # https://pdm.fming.dev/#use-with-ide
122- .pdm.toml
123-
124- # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
96+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
12597__pypackages__ /
12698
12799# Celery stuff
@@ -158,15 +130,11 @@ dmypy.json
158130# Pyre type checker
159131.pyre /
160132
161- # pytype static type analyzer
162- .pytype /
133+ # vscode
134+ .vscode /
163135
164- # Cython debug symbols
165- cython_debug /
136+ # dask
137+ dask-worker-space /
166138
167- # PyCharm
168- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
169- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
170- # and can be added to the global gitignore or merged into this file. For a more nuclear
171- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
172- # .idea/
139+ # tmp directory
140+ tmp /
0 commit comments