Diff of /.gitignore [000000] .. [c9a8c4]

Switch to unified view

a b/.gitignore
1
2
# Created by https://www.gitignore.io/api/osx,linux,matlab,python,pycharm,jetbrains
3
4
### JetBrains ###
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
# Ruby plugin and RubyMine
50
/.rakeTasks
51
52
# Crashlytics plugin (for Android Studio and IntelliJ)
53
com_crashlytics_export_strings.xml
54
crashlytics.properties
55
crashlytics-build.properties
56
fabric.properties
57
58
### JetBrains Patch ###
59
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
60
61
# *.iml
62
# modules.xml
63
# .idea/misc.xml
64
# *.ipr
65
66
# Sonarlint plugin
67
.idea/sonarlint
68
69
### Linux ###
70
*~
71
72
# temporary files which can be created if a process still has a handle open of a deleted file
73
.fuse_hidden*
74
75
# KDE directory preferences
76
.directory
77
78
# Linux trash folder which might appear on any partition or disk
79
.Trash-*
80
81
# .nfs files are created when an open file is removed but is still being accessed
82
.nfs*
83
84
### Matlab ###
85
##---------------------------------------------------
86
## Remove autosaves generated by the Matlab editor
87
## We have git for backups!
88
##---------------------------------------------------
89
90
# Windows default autosave extension
91
*.asv
92
93
# OSX / *nix default autosave extension
94
*.m~
95
96
# Compiled MEX binaries (all platforms)
97
*.mex*
98
99
# Simulink Code Generation
100
slprj/
101
102
# Session info
103
octave-workspace
104
105
# Simulink autosave extension
106
*.autosave
107
108
### OSX ###
109
*.DS_Store
110
.AppleDouble
111
.LSOverride
112
113
# Icon must end with two \r
114
Icon
115
116
# Thumbnails
117
._*
118
119
# Files that might appear in the root of a volume
120
.DocumentRevisions-V100
121
.fseventsd
122
.Spotlight-V100
123
.TemporaryItems
124
.Trashes
125
.VolumeIcon.icns
126
.com.apple.timemachine.donotpresent
127
128
# Directories potentially created on remote AFP share
129
.AppleDB
130
.AppleDesktop
131
Network Trash Folder
132
Temporary Items
133
.apdisk
134
135
### PyCharm ###
136
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
137
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
138
139
# User-specific stuff:
140
141
# Sensitive or high-churn files:
142
143
# Gradle:
144
145
# CMake
146
147
# Mongo Explorer plugin:
148
149
## File-based project format:
150
151
## Plugin-specific files:
152
153
# IntelliJ
154
155
# mpeltonen/sbt-idea plugin
156
157
# JIRA plugin
158
159
# Cursive Clojure plugin
160
161
# Ruby plugin and RubyMine
162
163
# Crashlytics plugin (for Android Studio and IntelliJ)
164
165
### PyCharm Patch ###
166
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
167
168
# *.iml
169
# modules.xml
170
# .idea/misc.xml
171
# *.ipr
172
173
# Sonarlint plugin
174
175
### Python ###
176
# Byte-compiled / optimized / DLL files
177
__pycache__/
178
*.py[cod]
179
*$py.class
180
181
# C extensions
182
*.so
183
184
# Distribution / packaging
185
.Python
186
build/
187
develop-eggs/
188
dist/
189
downloads/
190
eggs/
191
.eggs/
192
lib/
193
lib64/
194
parts/
195
sdist/
196
var/
197
wheels/
198
*.egg-info/
199
.installed.cfg
200
*.egg
201
202
# PyInstaller
203
#  Usually these files are written by a python script from a template
204
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
205
*.manifest
206
*.spec
207
208
# Installer logs
209
pip-log.txt
210
pip-delete-this-directory.txt
211
212
# Unit test / coverage reports
213
htmlcov/
214
.tox/
215
.coverage
216
.coverage.*
217
.cache
218
.pytest_cache/
219
nosetests.xml
220
coverage.xml
221
*.cover
222
.hypothesis/
223
224
# Translations
225
*.mo
226
*.pot
227
228
# Flask stuff:
229
instance/
230
.webassets-cache
231
232
# Scrapy stuff:
233
.scrapy
234
235
# Sphinx documentation
236
docs/_build/
237
238
# PyBuilder
239
target/
240
241
# Jupyter Notebook
242
.ipynb_checkpoints
243
244
# pyenv
245
.python-version
246
247
# celery beat schedule file
248
celerybeat-schedule.*
249
250
# SageMath parsed files
251
*.sage.py
252
253
# Environments
254
.env
255
.venv
256
env/
257
venv/
258
ENV/
259
env.bak/
260
venv.bak/
261
262
# Spyder project settings
263
.spyderproject
264
.spyproject
265
266
# Rope project settings
267
.ropeproject
268
269
# mkdocs documentation
270
/site
271
272
# mypy
273
.mypy_cache/
274
275
276
# End of https://www.gitignore.io/api/osx,linux,matlab,python,pycharm,jetbrains
277
278
### Custom ###
279
280
*.h5
281
*.ASP2
282
*/data
283
*/predictions
284
.idea