1- # Created by https://www.gitignore.io/api/pycharm
21
3- # ## PyCharm ###
4- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
5- # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
2+ # Created by https://www.gitignore.io/api/python,visualstudiocode,node,serverless
63
7- # User-specific stuff:
8- .idea /workspace.xml
9- .idea /tasks.xml
10- .idea /dictionaries
11- .idea /vcs.xml
12- .idea /jsLibraryMappings.xml
4+ # ## Node ###
5+ # Logs
6+ logs
7+ * .log
8+ npm-debug.log *
9+ yarn-debug.log *
10+ yarn-error.log *
11+
12+ # Runtime data
13+ pids
14+ * .pid
15+ * .seed
16+ * .pid.lock
17+
18+ # Directory for instrumented libs generated by jscoverage/JSCover
19+ lib-cov
20+
21+ # Coverage directory used by tools like istanbul
22+ coverage
23+
24+ # nyc test coverage
25+ .nyc_output
26+
27+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
28+ .grunt
1329
14- # Sensitive or high-churn files:
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
30+ # Bower dependency directory (https://bower.io/)
31+ bower_components
2132
22- # Gradle:
23- .idea /gradle.xml
24- .idea /libraries
33+ # node-waf configuration
34+ .lock-wscript
2535
26- # Mongo Explorer plugin:
27- .idea / mongoSettings.xml
36+ # Compiled binary addons (http://nodejs.org/api/addons.html)
37+ build / Release
2838
29- # # File-based project format:
30- * .iws
39+ # Dependency directories
40+ node_modules /
41+ jspm_packages /
3142
32- # # Plugin-specific files:
43+ # Typescript v1 declaration files
44+ typings /
3345
34- # IntelliJ
35- /out /
36- .idea
46+ # Optional npm cache directory
47+ .npm
3748
38- # mpeltonen/sbt-idea plugin
39- .idea_modules /
49+ # Optional eslint cache
50+ .eslintcache
4051
41- # JIRA plugin
42- atlassian-ide-plugin.xml
52+ # Optional REPL history
53+ .node_repl_history
4354
44- # Crashlytics plugin (for Android Studio and IntelliJ)
45- com_crashlytics_export_strings.xml
46- crashlytics.properties
47- crashlytics-build.properties
48- fabric.properties
55+ # Output of 'npm pack'
56+ * .tgz
4957
50- # ## PyCharm Patch ###
51- # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
58+ # Yarn Integrity file
59+ .yarn-integrity
5260
53- # *.iml
54- # modules.xml
55- # .idea/misc.xml
56- # *.ipr
61+ # dotenv environment variables file
62+ .env
5763
58- # Created by https://www.gitignore.io/api/python
5964
6065# ## Python ###
6166# Byte-compiled / optimized / DLL files
8085parts /
8186sdist /
8287var /
88+ wheels /
8389* .egg-info /
8490.installed.cfg
8591* .egg
@@ -110,7 +116,6 @@ coverage.xml
110116* .pot
111117
112118# Django stuff:
113- * .log
114119local_settings.py
115120
116121# Flask stuff:
@@ -126,7 +131,7 @@ docs/_build/
126131# PyBuilder
127132target /
128133
129- # IPython Notebook
134+ # Jupyter Notebook
130135.ipynb_checkpoints
131136
132137# pyenv
@@ -135,23 +140,32 @@ target/
135140# celery beat schedule file
136141celerybeat-schedule
137142
143+ # SageMath parsed files
144+ * .sage.py
145+
138146# dotenv
139- .env
140147
141148# virtualenv
142- .venv /
149+ .venv
143150venv /
144151ENV /
145152
146153# Spyder project settings
147154.spyderproject
155+ .spyproject
148156
149157# Rope project settings
150158.ropeproject
151159
152- # Mac
153- .DS_Store
160+ # mkdocs documentation
161+ / site
154162
155- # Serverless
163+ # ## Serverless ###
164+ # Ignore build directory
156165.serverless
157- vendored
166+ .requirements
167+
168+ # ## VisualStudioCode ###
169+ .vscode
170+
171+ # End of https://www.gitignore.io/api/python,visualstudiocode,node,serverless
0 commit comments