1-
2- # Created by https://www.gitignore.io/api/python,intellij
3-
4- # ## Intellij ###
5- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
6- # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
7-
8- # User-specific stuff:
9- .idea /** /workspace.xml
10- .idea /** /tasks.xml
11- .idea /dictionaries
12-
13- # Sensitive or high-churn files:
14- .idea /** /dataSources /
15- .idea /** /dataSources.ids
16- .idea /** /dataSources.xml
17- .idea /** /dataSources.local.xml
18- .idea /** /sqlDataSources.xml
19- .idea /** /dynamic.xml
20- .idea /** /uiDesigner.xml
21-
22- # Gradle:
23- .idea /** /gradle.xml
24- .idea /** /libraries
25-
26- # CMake
27- cmake-build-debug /
28-
29- # Mongo Explorer plugin:
30- .idea /** /mongoSettings.xml
31-
32- # # File-based project format:
33- * .iws
34-
35- # # Plugin-specific files:
36-
37- # IntelliJ
38- /out /
39-
40- # mpeltonen/sbt-idea plugin
41- .idea_modules /
42-
43- # JIRA plugin
44- atlassian-ide-plugin.xml
45-
46- # Cursive Clojure plugin
47- .idea /replstate.xml
48-
49- # Crashlytics plugin (for Android Studio and IntelliJ)
50- com_crashlytics_export_strings.xml
51- crashlytics.properties
52- crashlytics-build.properties
53- fabric.properties
54-
55- # ## Intellij Patch ###
56- # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
57-
58- # *.iml
59- # modules.xml
60- # .idea/misc.xml
61- # *.ipr
62-
63- # Sonarlint plugin
64- .idea /sonarlint
65-
66- # ## Python ###
671# Byte-compiled / optimized / DLL files
682__pycache__ /
693* .py [cod ]
8620parts /
8721sdist /
8822var /
89- wheels /
9023* .egg-info /
9124.installed.cfg
9225* .egg
@@ -133,7 +66,7 @@ docs/_build/
13366# PyBuilder
13467target /
13568
136- # Jupyter Notebook
69+ # IPython Notebook
13770.ipynb_checkpoints
13871
13972# pyenv
@@ -142,25 +75,20 @@ target/
14275# celery beat schedule file
14376celerybeat-schedule
14477
145- # SageMath parsed files
146- * .sage.py
147-
14878# dotenv
14979.env
15080
15181# virtualenv
152- .venv
15382venv /
15483ENV /
15584
15685# Spyder project settings
15786.spyderproject
158- .spyproject
15987
16088# Rope project settings
16189.ropeproject
16290
163- # mkdocs documentation
164- / site
165-
166- # End of https://www.gitignore.io/api/python,intellij
91+ * / .idea /
92+ .idea /
93+ * / .idea / workspace.xml
94+ * / .idea / tasks.xml
0 commit comments