2020sdist /
2121var /
2222wheels /
23- pip-wheel-metadata /
2423share /python-wheels /
2524* .egg-info /
2625.installed.cfg
@@ -50,6 +49,7 @@ coverage.xml
5049* .py,cover
5150.hypothesis /
5251.pytest_cache /
52+ cover /
5353
5454# Translations
5555* .mo
@@ -72,6 +72,7 @@ instance/
7272docs /_build /
7373
7474# PyBuilder
75+ .pybuilder /
7576target /
7677
7778# Jupyter Notebook
@@ -82,7 +83,9 @@ profile_default/
8283ipython_config.py
8384
8485# pyenv
85- .python-version
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
8689
8790# pipenv
8891# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -91,7 +94,22 @@ ipython_config.py
9194# install all needed dependencies.
9295# Pipfile.lock
9396
94- # pyflow
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
95113__pypackages__ /
96114
97115# Celery stuff
@@ -102,7 +120,6 @@ celerybeat.pid
102120* .sage.py
103121
104122# Environments
105- .idea
106123.env
107124.venv
108125env /
@@ -129,77 +146,21 @@ dmypy.json
129146# Pyre type checker
130147.pyre /
131148
149+ # pytype static type analyzer
150+ .pytype /
132151
133- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
134- # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
135-
136- # User-specific stuff
137- .idea /** /workspace.xml
138- .idea /** /tasks.xml
139- .idea /** /usage.statistics.xml
140- .idea /** /dictionaries
141- .idea /** /shelf
142-
143- # Generated files
144- .idea /** /contentModel.xml
145-
146- # Sensitive or high-churn files
147- .idea /** /dataSources /
148- .idea /** /dataSources.ids
149- .idea /** /dataSources.local.xml
150- .idea /** /sqlDataSources.xml
151- .idea /** /dynamic.xml
152- .idea /** /uiDesigner.xml
153- .idea /** /dbnavigator.xml
154-
155- # Gradle
156- .idea /** /gradle.xml
157- .idea /** /libraries
158-
159- # Gradle and Maven with auto-import
160- # When using Gradle or Maven with auto-import, you should exclude module files,
161- # since they will be recreated, and may cause churn. Uncomment if using
162- # auto-import.
163- # .idea/artifacts
164- # .idea/compiler.xml
165- # .idea/modules.xml
166- # .idea/*.iml
167- # .idea/modules
168- # *.iml
169- # *.ipr
170-
171- # CMake
172- cmake-build- * /
173-
174- # Mongo Explorer plugin
175- .idea /** /mongoSettings.xml
176-
177- # File-based project format
178- * .iws
179-
180- # IntelliJ
181- out /
182-
183- # mpeltonen/sbt-idea plugin
184- .idea_modules /
185-
186- # JIRA plugin
187- atlassian-ide-plugin.xml
188-
189- # Cursive Clojure plugin
190- .idea /replstate.xml
191-
192- # Crashlytics plugin (for Android Studio and IntelliJ)
193- com_crashlytics_export_strings.xml
194- crashlytics.properties
195- crashlytics-build.properties
196- fabric.properties
197-
198- # Editor-based Rest Client
199- .idea /httpRequests
200-
201- # Android studio 3.1+ serialized cache file
202- .idea /caches /build_file_checksums.ser
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/
161+
162+ # VSCode
163+ .vscode /
203164
204165# Project specific ignores
205166bot.py
0 commit comments