1
+
2
+ # Created by https://www.gitignore.io/api/pycharm,python,django
3
+ # Edit at https://www.gitignore.io/?templates=pycharm,python,django
4
+ .idea /
5
+ # ## Django ###
6
+ * .log
7
+ * .pot
8
+ * .pyc
9
+ __pycache__ /
10
+ local_settings.py
11
+ db.sqlite3
12
+ media
13
+
14
+ # If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
15
+ # in your Git repository. Update and uncomment the following line accordingly.
16
+ # <django-project-name>/staticfiles/
17
+
18
+ # ## Django.Python Stack ###
19
+ # Byte-compiled / optimized / DLL files
20
+ * .py [cod ]
21
+ * $py.class
22
+
23
+ # C extensions
24
+ * .so
25
+
26
+ # Distribution / packaging
27
+ .Python
28
+ build /
29
+ develop-eggs /
30
+ dist /
31
+ downloads /
32
+ eggs /
33
+ .eggs /
34
+ lib /
35
+ lib64 /
36
+ parts /
37
+ sdist /
38
+ var /
39
+ wheels /
40
+ pip-wheel-metadata /
41
+ share /python-wheels /
42
+ * .egg-info /
43
+ .installed.cfg
44
+ * .egg
45
+ MANIFEST
46
+
47
+ # PyInstaller
48
+ # Usually these files are written by a python script from a template
49
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
50
+ * .manifest
51
+ * .spec
52
+
53
+ # Installer logs
54
+ pip-log.txt
55
+ pip-delete-this-directory.txt
56
+
57
+ # Unit test / coverage reports
58
+ htmlcov /
59
+ .tox /
60
+ .nox /
61
+ .coverage
62
+ .coverage. *
63
+ .cache
64
+ nosetests.xml
65
+ coverage.xml
66
+ * .cover
67
+ .hypothesis /
68
+ .pytest_cache /
69
+
70
+ # Translations
71
+ * .mo
72
+
73
+ # Django stuff:
74
+
75
+ # Flask stuff:
76
+ instance /
77
+ .webassets-cache
78
+
79
+ # Scrapy stuff:
80
+ .scrapy
81
+
82
+ # Sphinx documentation
83
+ docs /_build /
84
+
85
+ # PyBuilder
86
+ target /
87
+
88
+ # Jupyter Notebook
89
+ .ipynb_checkpoints
90
+
91
+ # IPython
92
+ profile_default /
93
+ ipython_config.py
94
+
95
+ # pyenv
96
+ .python-version
97
+
98
+ # pipenv
99
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
100
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
101
+ # having no cross-platform support, pipenv may install dependencies that don’t work, or not
102
+ # install all needed dependencies.
103
+ # Pipfile.lock
104
+
105
+ # celery beat schedule file
106
+ celerybeat-schedule
107
+
108
+ # SageMath parsed files
109
+ * .sage.py
110
+
111
+ # Environments
112
+ .env
113
+ .venv
114
+ env /
115
+ venv /
116
+ ENV /
117
+ env.bak /
118
+ venv.bak /
119
+
120
+ # Spyder project settings
121
+ .spyderproject
122
+ .spyproject
123
+
124
+ # Rope project settings
125
+ .ropeproject
126
+
127
+ # mkdocs documentation
128
+ /site
129
+
130
+ # mypy
131
+ .mypy_cache /
132
+ .dmypy.json
133
+ dmypy.json
134
+
135
+ # Pyre type checker
136
+ .pyre /
137
+
138
+ # ## PyCharm ###
139
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
140
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
141
+
142
+ # User-specific stuff
143
+ .idea /** /workspace.xml
144
+ .idea /** /tasks.xml
145
+ .idea /** /usage.statistics.xml
146
+ .idea /** /dictionaries
147
+ .idea /** /shelf
148
+
149
+ # Generated files
150
+ .idea /** /contentModel.xml
151
+
152
+ # Sensitive or high-churn files
153
+ .idea /** /dataSources /
154
+ .idea /** /dataSources.ids
155
+ .idea /** /dataSources.local.xml
156
+ .idea /** /sqlDataSources.xml
157
+ .idea /** /dynamic.xml
158
+ .idea /** /uiDesigner.xml
159
+ .idea /** /dbnavigator.xml
160
+
161
+ # Gradle
162
+ .idea /** /gradle.xml
163
+ .idea /** /libraries
164
+
165
+ # Gradle and Maven with auto-import
166
+ # When using Gradle or Maven with auto-import, you should exclude module files,
167
+ # since they will be recreated, and may cause churn. Uncomment if using
168
+ # auto-import.
169
+ # .idea/modules.xml
170
+ # .idea/*.iml
171
+ # .idea/modules
172
+
173
+ # CMake
174
+ cmake-build- * /
175
+
176
+ # Mongo Explorer plugin
177
+ .idea /** /mongoSettings.xml
178
+
179
+ # File-based project format
180
+ * .iws
181
+
182
+ # IntelliJ
183
+ out /
184
+
185
+ # mpeltonen/sbt-idea plugin
186
+ .idea_modules /
187
+
188
+ # JIRA plugin
189
+ atlassian-ide-plugin.xml
190
+
191
+ # Cursive Clojure plugin
192
+ .idea /replstate.xml
193
+
194
+ # Crashlytics plugin (for Android Studio and IntelliJ)
195
+ com_crashlytics_export_strings.xml
196
+ crashlytics.properties
197
+ crashlytics-build.properties
198
+ fabric.properties
199
+
200
+ # Editor-based Rest Client
201
+ .idea /httpRequests
202
+
203
+ # Android studio 3.1+ serialized cache file
204
+ .idea /caches /build_file_checksums.ser
205
+
206
+ # JetBrains templates
207
+ ** ___jb_tmp___
208
+
209
+ # ## PyCharm Patch ###
210
+ # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
211
+
212
+ # *.iml
213
+ # modules.xml
214
+ # .idea/misc.xml
215
+ # *.ipr
216
+
217
+ # Sonarlint plugin
218
+ .idea /sonarlint
219
+
220
+ # ## Python ###
221
+ # Byte-compiled / optimized / DLL files
222
+
223
+ # C extensions
224
+
225
+ # Distribution / packaging
226
+
227
+ # PyInstaller
228
+ # Usually these files are written by a python script from a template
229
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
230
+
231
+ # Installer logs
232
+
233
+ # Unit test / coverage reports
234
+
235
+ # Translations
236
+
237
+ # Django stuff:
238
+
239
+ # Flask stuff:
240
+
241
+ # Scrapy stuff:
242
+
243
+ # Sphinx documentation
244
+
245
+ # PyBuilder
246
+
247
+ # Jupyter Notebook
248
+
249
+ # IPython
250
+
251
+ # pyenv
252
+
253
+ # pipenv
254
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
255
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
256
+ # having no cross-platform support, pipenv may install dependencies that don’t work, or not
257
+ # install all needed dependencies.
258
+
259
+ # celery beat schedule file
260
+
261
+ # SageMath parsed files
262
+
263
+ # Environments
264
+
265
+ # Spyder project settings
266
+
267
+ # Rope project settings
268
+
269
+ # mkdocs documentation
270
+
271
+ # mypy
272
+
273
+ # Pyre type checker
274
+
275
+ # End of https://www.gitignore.io/api/pycharm,python,django
0 commit comments