Skip to content

Commit 824e9da

Browse files
committed
0413
1 parent 8d130da commit 824e9da

File tree

2 files changed

+346
-6
lines changed

2 files changed

+346
-6
lines changed

.idea/workspace.xml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 340 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,340 @@
1+
2+
# Created by https://www.toptal.com/developers/gitignore/api/python,pycharm,jetbrains
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=python,pycharm,jetbrains
4+
5+
### JetBrains ###
6+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
7+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8+
9+
# User-specific stuff
10+
.idea/**/workspace.xml
11+
.idea/**/tasks.xml
12+
.idea/**/usage.statistics.xml
13+
.idea/**/dictionaries
14+
.idea/**/shelf
15+
16+
# AWS User-specific
17+
.idea/**/aws.xml
18+
19+
# Generated files
20+
.idea/**/contentModel.xml
21+
22+
# Sensitive or high-churn files
23+
.idea/**/dataSources/
24+
.idea/**/dataSources.ids
25+
.idea/**/dataSources.local.xml
26+
.idea/**/sqlDataSources.xml
27+
.idea/**/dynamic.xml
28+
.idea/**/uiDesigner.xml
29+
.idea/**/dbnavigator.xml
30+
31+
# Gradle
32+
.idea/**/gradle.xml
33+
.idea/**/libraries
34+
35+
# Gradle and Maven with auto-import
36+
# When using Gradle or Maven with auto-import, you should exclude module files,
37+
# since they will be recreated, and may cause churn. Uncomment if using
38+
# auto-import.
39+
# .idea/artifacts
40+
# .idea/compiler.xml
41+
# .idea/jarRepositories.xml
42+
# .idea/modules.xml
43+
# .idea/*.iml
44+
# .idea/modules
45+
# *.iml
46+
# *.ipr
47+
48+
# CMake
49+
cmake-build-*/
50+
51+
# Mongo Explorer plugin
52+
.idea/**/mongoSettings.xml
53+
54+
# File-based project format
55+
*.iws
56+
57+
# IntelliJ
58+
out/
59+
60+
# mpeltonen/sbt-idea plugin
61+
.idea_modules/
62+
63+
# JIRA plugin
64+
atlassian-ide-plugin.xml
65+
66+
# Cursive Clojure plugin
67+
.idea/replstate.xml
68+
69+
# SonarLint plugin
70+
.idea/sonarlint/
71+
72+
# Crashlytics plugin (for Android Studio and IntelliJ)
73+
com_crashlytics_export_strings.xml
74+
crashlytics.properties
75+
crashlytics-build.properties
76+
fabric.properties
77+
78+
# Editor-based Rest Client
79+
.idea/httpRequests
80+
81+
# Android studio 3.1+ serialized cache file
82+
.idea/caches/build_file_checksums.ser
83+
84+
### JetBrains Patch ###
85+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
86+
87+
# *.iml
88+
# modules.xml
89+
# .idea/misc.xml
90+
# *.ipr
91+
92+
# Sonarlint plugin
93+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
94+
.idea/**/sonarlint/
95+
96+
# SonarQube Plugin
97+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
98+
.idea/**/sonarIssues.xml
99+
100+
# Markdown Navigator plugin
101+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
102+
.idea/**/markdown-navigator.xml
103+
.idea/**/markdown-navigator-enh.xml
104+
.idea/**/markdown-navigator/
105+
106+
# Cache file creation bug
107+
# See https://youtrack.jetbrains.com/issue/JBR-2257
108+
.idea/$CACHE_FILE$
109+
110+
# CodeStream plugin
111+
# https://plugins.jetbrains.com/plugin/12206-codestream
112+
.idea/codestream.xml
113+
114+
### PyCharm ###
115+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
116+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
117+
118+
# User-specific stuff
119+
120+
# AWS User-specific
121+
122+
# Generated files
123+
124+
# Sensitive or high-churn files
125+
126+
# Gradle
127+
128+
# Gradle and Maven with auto-import
129+
# When using Gradle or Maven with auto-import, you should exclude module files,
130+
# since they will be recreated, and may cause churn. Uncomment if using
131+
# auto-import.
132+
# .idea/artifacts
133+
# .idea/compiler.xml
134+
# .idea/jarRepositories.xml
135+
# .idea/modules.xml
136+
# .idea/*.iml
137+
# .idea/modules
138+
# *.iml
139+
# *.ipr
140+
141+
# CMake
142+
143+
# Mongo Explorer plugin
144+
145+
# File-based project format
146+
147+
# IntelliJ
148+
149+
# mpeltonen/sbt-idea plugin
150+
151+
# JIRA plugin
152+
153+
# Cursive Clojure plugin
154+
155+
# SonarLint plugin
156+
157+
# Crashlytics plugin (for Android Studio and IntelliJ)
158+
159+
# Editor-based Rest Client
160+
161+
# Android studio 3.1+ serialized cache file
162+
163+
### PyCharm Patch ###
164+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
165+
166+
# *.iml
167+
# modules.xml
168+
# .idea/misc.xml
169+
# *.ipr
170+
171+
# Sonarlint plugin
172+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
173+
174+
# SonarQube Plugin
175+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
176+
177+
# Markdown Navigator plugin
178+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
179+
180+
# Cache file creation bug
181+
# See https://youtrack.jetbrains.com/issue/JBR-2257
182+
183+
# CodeStream plugin
184+
# https://plugins.jetbrains.com/plugin/12206-codestream
185+
186+
### Python ###
187+
# Byte-compiled / optimized / DLL files
188+
__pycache__/
189+
*.py[cod]
190+
*$py.class
191+
192+
# C extensions
193+
*.so
194+
195+
# Distribution / packaging
196+
.Python
197+
build/
198+
develop-eggs/
199+
dist/
200+
downloads/
201+
eggs/
202+
.eggs/
203+
lib/
204+
lib64/
205+
parts/
206+
sdist/
207+
var/
208+
wheels/
209+
share/python-wheels/
210+
*.egg-info/
211+
.installed.cfg
212+
*.egg
213+
MANIFEST
214+
215+
# PyInstaller
216+
# Usually these files are written by a python script from a template
217+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
218+
*.manifest
219+
*.spec
220+
221+
# Installer logs
222+
pip-log.txt
223+
pip-delete-this-directory.txt
224+
225+
# Unit test / coverage reports
226+
htmlcov/
227+
.tox/
228+
.nox/
229+
.coverage
230+
.coverage.*
231+
.cache
232+
nosetests.xml
233+
coverage.xml
234+
*.cover
235+
*.py,cover
236+
.hypothesis/
237+
.pytest_cache/
238+
cover/
239+
240+
# Translations
241+
*.mo
242+
*.pot
243+
244+
# Django stuff:
245+
*.log
246+
local_settings.py
247+
db.sqlite3
248+
db.sqlite3-journal
249+
250+
# Flask stuff:
251+
instance/
252+
.webassets-cache
253+
254+
# Scrapy stuff:
255+
.scrapy
256+
257+
# Sphinx documentation
258+
docs/_build/
259+
260+
# PyBuilder
261+
.pybuilder/
262+
target/
263+
264+
# Jupyter Notebook
265+
.ipynb_checkpoints
266+
267+
# IPython
268+
profile_default/
269+
ipython_config.py
270+
271+
# pyenv
272+
# For a library or package, you might want to ignore these files since the code is
273+
# intended to run in multiple environments; otherwise, check them in:
274+
# .python-version
275+
276+
# pipenv
277+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
278+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
279+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
280+
# install all needed dependencies.
281+
#Pipfile.lock
282+
283+
# poetry
284+
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
285+
# This is especially recommended for binary packages to ensure reproducibility, and is more
286+
# commonly ignored for libraries.
287+
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
288+
#poetry.lock
289+
290+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
291+
__pypackages__/
292+
293+
# Celery stuff
294+
celerybeat-schedule
295+
celerybeat.pid
296+
297+
# SageMath parsed files
298+
*.sage.py
299+
300+
# Environments
301+
.env
302+
.venv
303+
env/
304+
venv/
305+
ENV/
306+
env.bak/
307+
venv.bak/
308+
309+
# Spyder project settings
310+
.spyderproject
311+
.spyproject
312+
313+
# Rope project settings
314+
.ropeproject
315+
316+
# mkdocs documentation
317+
/site
318+
319+
# mypy
320+
.mypy_cache/
321+
.dmypy.json
322+
dmypy.json
323+
324+
# Pyre type checker
325+
.pyre/
326+
327+
# pytype static type analyzer
328+
.pytype/
329+
330+
# Cython debug symbols
331+
cython_debug/
332+
333+
# PyCharm
334+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
335+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
336+
# and can be added to the global gitignore or merged into this file. For a more nuclear
337+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
338+
#.idea/
339+
340+
# End of https://www.toptal.com/developers/gitignore/api/python,pycharm,jetbrains

0 commit comments

Comments
 (0)