1
+ # Created by .ignore support plugin (hsz.mobi)
2
+ # ## Python template
1
3
# Byte-compiled / optimized / DLL files
2
4
__pycache__ /
3
5
* .py [cod ]
20
22
sdist /
21
23
var /
22
24
wheels /
23
- share /python-wheels /
24
25
* .egg-info /
25
26
.installed.cfg
26
27
* .egg
@@ -39,17 +40,14 @@ pip-delete-this-directory.txt
39
40
# Unit test / coverage reports
40
41
htmlcov /
41
42
.tox /
42
- .nox /
43
43
.coverage
44
44
.coverage. *
45
45
.cache
46
46
nosetests.xml
47
47
coverage.xml
48
48
* .cover
49
- * .py,cover
50
49
.hypothesis /
51
50
.pytest_cache /
52
- cover /
53
51
54
52
# Translations
55
53
* .mo
59
57
* .log
60
58
local_settings.py
61
59
db.sqlite3
62
- db.sqlite3-journal
63
60
64
61
# Flask stuff:
65
62
instance /
@@ -72,51 +69,16 @@ instance/
72
69
docs /_build /
73
70
74
71
# PyBuilder
75
- .pybuilder /
76
72
target /
77
73
78
74
# Jupyter Notebook
79
75
.ipynb_checkpoints
80
76
81
- # IPython
82
- profile_default /
83
- ipython_config.py
84
-
85
77
# 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
89
-
90
- # pipenv
91
- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92
- # However, in case of collaboration, if having platform-specific dependencies or dependencies
93
- # having no cross-platform support, pipenv may install dependencies that don't work, or not
94
- # install all needed dependencies.
95
- # Pipfile.lock
96
-
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/latest/usage/project/#working-with-version-control
110
- .pdm.toml
111
- .pdm-python
112
- .pdm-build /
113
-
114
- # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
115
- __pypackages__ /
116
-
117
- # Celery stuff
78
+ .python-version
79
+
80
+ # celery beat schedule file
118
81
celerybeat-schedule
119
- celerybeat.pid
120
82
121
83
# SageMath parsed files
122
84
* .sage.py
@@ -142,21 +104,67 @@ venv.bak/
142
104
143
105
# mypy
144
106
.mypy_cache /
145
- .dmypy.json
146
- dmypy.json
107
+ # ## JetBrains template
108
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
109
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
110
+
111
+ # User-specific stuff:
112
+ .idea /** /workspace.xml
113
+ .idea /** /tasks.xml
114
+ .idea /dictionaries
115
+
116
+ # Sensitive or high-churn files:
117
+ .idea /** /dataSources /
118
+ .idea /** /dataSources.ids
119
+ .idea /** /dataSources.local.xml
120
+ .idea /** /sqlDataSources.xml
121
+ .idea /** /dynamic.xml
122
+ .idea /** /uiDesigner.xml
123
+
124
+ # Gradle:
125
+ .idea /** /gradle.xml
126
+ .idea /** /libraries
127
+
128
+ # CMake
129
+ cmake-build-debug /
130
+ cmake-build-release /
131
+
132
+ # Mongo Explorer plugin:
133
+ .idea /** /mongoSettings.xml
134
+
135
+ # # File-based project format:
136
+ * .iws
137
+
138
+ # # Plugin-specific files:
139
+
140
+ # IntelliJ
141
+ out /
142
+
143
+ # mpeltonen/sbt-idea plugin
144
+ .idea_modules /
145
+
146
+ # JIRA plugin
147
+ atlassian-ide-plugin.xml
148
+
149
+ # Cursive Clojure plugin
150
+ .idea /replstate.xml
151
+
152
+ # Crashlytics plugin (for Android Studio and IntelliJ)
153
+ com_crashlytics_export_strings.xml
154
+ crashlytics.properties
155
+ crashlytics-build.properties
156
+ fabric.properties
157
+
158
+ .idea
159
+
160
+ conda_build /
161
+
162
+ .vscode /
147
163
148
- # Pyre type checker
149
- .pyre /
164
+ * .ipynb
150
165
151
- # pytype static type analyzer
152
- .pytype /
166
+ .ruff_cache /
153
167
154
- # Cython debug symbols
155
- cython_debug /
168
+ data /
156
169
157
- # PyCharm
158
- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
159
- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
160
- # and can be added to the global gitignore or merged into this file. For a more nuclear
161
- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
162
- # .idea/
170
+ .venv_ *
0 commit comments