Salman Naqvi commited on
Commit
96cdad5
1 Parent(s): 0c42b2c

Initial commit.

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