barunsaha commited on
Commit
fdbcb87
·
1 Parent(s): ba1edbe

Add git ignores

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