barunsaha commited on
Commit
b7b2fcc
1 Parent(s): b4125e5

Add .gitignore

Browse files
Files changed (2) hide show
  1. .gitattributes +0 -35
  2. .gitignore +452 -0
.gitattributes DELETED
@@ -1,35 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ckpt filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
- *.model filter=lfs diff=lfs merge=lfs -text
13
- *.msgpack filter=lfs diff=lfs merge=lfs -text
14
- *.npy filter=lfs diff=lfs merge=lfs -text
15
- *.npz filter=lfs diff=lfs merge=lfs -text
16
- *.onnx filter=lfs diff=lfs merge=lfs -text
17
- *.ot filter=lfs diff=lfs merge=lfs -text
18
- *.parquet filter=lfs diff=lfs merge=lfs -text
19
- *.pb filter=lfs diff=lfs merge=lfs -text
20
- *.pickle filter=lfs diff=lfs merge=lfs -text
21
- *.pkl filter=lfs diff=lfs merge=lfs -text
22
- *.pt filter=lfs diff=lfs merge=lfs -text
23
- *.pth filter=lfs diff=lfs merge=lfs -text
24
- *.rar filter=lfs diff=lfs merge=lfs -text
25
- *.safetensors filter=lfs diff=lfs merge=lfs -text
26
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
- *.tar.* filter=lfs diff=lfs merge=lfs -text
28
- *.tar filter=lfs diff=lfs merge=lfs -text
29
- *.tflite filter=lfs diff=lfs merge=lfs -text
30
- *.tgz filter=lfs diff=lfs merge=lfs -text
31
- *.wasm filter=lfs diff=lfs merge=lfs -text
32
- *.xz filter=lfs diff=lfs merge=lfs -text
33
- *.zip filter=lfs diff=lfs merge=lfs -text
34
- *.zst filter=lfs diff=lfs merge=lfs -text
35
- *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.gitignore ADDED
@@ -0,0 +1,452 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Created by https://www.toptal.com/developers/gitignore/api/pycharm+all,python,django,flask
2
+ # Edit at https://www.toptal.com/developers/gitignore?templates=pycharm+all,python,django,flask
3
+
4
+ ref/
5
+ data/*.pdf
6
+ storage/*.json
7
+ evaluation_trulens/.streamlit/
8
+ litellm_uuid.txt
9
+ *.sqlite
10
+ service.yaml
11
+ demo
12
+ llamaindex_notebooks
13
+
14
+
15
+
16
+ ### Django ###
17
+ *.log
18
+ *.pot
19
+ *.pyc
20
+ __pycache__/
21
+ local_settings.py
22
+ db.sqlite3
23
+ db.sqlite3-journal
24
+ media
25
+
26
+ # If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
27
+ # in your Git repository. Update and uncomment the following line accordingly.
28
+ # <django-project-name>/staticfiles/
29
+
30
+ ### Django.Python Stack ###
31
+ # Byte-compiled / optimized / DLL files
32
+ *.py[cod]
33
+ *$py.class
34
+
35
+ # C extensions
36
+ *.so
37
+
38
+ # Distribution / packaging
39
+ .Python
40
+ build/
41
+ develop-eggs/
42
+ dist/
43
+ downloads/
44
+ eggs/
45
+ .eggs/
46
+ lib/
47
+ lib64/
48
+ parts/
49
+ sdist/
50
+ var/
51
+ wheels/
52
+ share/python-wheels/
53
+ *.egg-info/
54
+ .installed.cfg
55
+ *.egg
56
+ MANIFEST
57
+
58
+ # PyInstaller
59
+ # Usually these files are written by a python script from a template
60
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
61
+ *.manifest
62
+ *.spec
63
+
64
+ # Installer logs
65
+ pip-log.txt
66
+ pip-delete-this-directory.txt
67
+
68
+ # Unit test / coverage reports
69
+ htmlcov/
70
+ .tox/
71
+ .nox/
72
+ .coverage
73
+ .coverage.*
74
+ .cache
75
+ nosetests.xml
76
+ coverage.xml
77
+ *.cover
78
+ *.py,cover
79
+ .hypothesis/
80
+ .pytest_cache/
81
+ cover/
82
+
83
+ # Translations
84
+ *.mo
85
+
86
+ # Django stuff:
87
+
88
+ # Flask stuff:
89
+ instance/
90
+ .webassets-cache
91
+
92
+ # Scrapy stuff:
93
+ .scrapy
94
+
95
+ # Sphinx documentation
96
+ docs/_build/
97
+
98
+ # PyBuilder
99
+ .pybuilder/
100
+ target/
101
+
102
+ # Jupyter Notebook
103
+ .ipynb_checkpoints
104
+
105
+ # IPython
106
+ profile_default/
107
+ ipython_config.py
108
+
109
+ # pyenv
110
+ # For a library or package, you might want to ignore these files since the code is
111
+ # intended to run in multiple environments; otherwise, check them in:
112
+ # .python-version
113
+
114
+ # pipenv
115
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
116
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
117
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
118
+ # install all needed dependencies.
119
+ #Pipfile.lock
120
+
121
+ # poetry
122
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
123
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
124
+ # commonly ignored for libraries.
125
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
126
+ #poetry.lock
127
+
128
+ # pdm
129
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
130
+ #pdm.lock
131
+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
132
+ # in version control.
133
+ # https://pdm.fming.dev/#use-with-ide
134
+ .pdm.toml
135
+
136
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
137
+ __pypackages__/
138
+
139
+ # Celery stuff
140
+ celerybeat-schedule
141
+ celerybeat.pid
142
+
143
+ # SageMath parsed files
144
+ *.sage.py
145
+
146
+ # Environments
147
+ .env
148
+ .venv
149
+ env/
150
+ venv/
151
+ ENV/
152
+ env.bak/
153
+ venv.bak/
154
+
155
+ # Spyder project settings
156
+ .spyderproject
157
+ .spyproject
158
+
159
+ # Rope project settings
160
+ .ropeproject
161
+
162
+ # mkdocs documentation
163
+ /site
164
+
165
+ # mypy
166
+ .mypy_cache/
167
+ .dmypy.json
168
+ dmypy.json
169
+
170
+ # Pyre type checker
171
+ .pyre/
172
+
173
+ # pytype static type analyzer
174
+ .pytype/
175
+
176
+ # Cython debug symbols
177
+ cython_debug/
178
+
179
+ # PyCharm
180
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
181
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
182
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
183
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
184
+ #.idea/
185
+
186
+ ### Flask ###
187
+ instance/*
188
+ !instance/.gitignore
189
+
190
+ ### Flask.Python Stack ###
191
+ # Byte-compiled / optimized / DLL files
192
+
193
+ # C extensions
194
+
195
+ # Distribution / packaging
196
+
197
+ # PyInstaller
198
+ # Usually these files are written by a python script from a template
199
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
200
+
201
+ # Installer logs
202
+
203
+ # Unit test / coverage reports
204
+
205
+ # Translations
206
+
207
+ # Django stuff:
208
+
209
+ # Flask stuff:
210
+
211
+ # Scrapy stuff:
212
+
213
+ # Sphinx documentation
214
+
215
+ # PyBuilder
216
+
217
+ # Jupyter Notebook
218
+
219
+ # IPython
220
+
221
+ # pyenv
222
+ # For a library or package, you might want to ignore these files since the code is
223
+ # intended to run in multiple environments; otherwise, check them in:
224
+ # .python-version
225
+
226
+ # pipenv
227
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
228
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
229
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
230
+ # install all needed dependencies.
231
+
232
+ # poetry
233
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
234
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
235
+ # commonly ignored for libraries.
236
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
237
+
238
+ # pdm
239
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
240
+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
241
+ # in version control.
242
+ # https://pdm.fming.dev/#use-with-ide
243
+
244
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
245
+
246
+ # Celery stuff
247
+
248
+ # SageMath parsed files
249
+
250
+ # Environments
251
+
252
+ # Spyder project settings
253
+
254
+ # Rope project settings
255
+
256
+ # mkdocs documentation
257
+
258
+ # mypy
259
+
260
+ # Pyre type checker
261
+
262
+ # pytype static type analyzer
263
+
264
+ # Cython debug symbols
265
+
266
+ # PyCharm
267
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
268
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
269
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
270
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
271
+
272
+ ### PyCharm+all ###
273
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
274
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
275
+
276
+ # User-specific stuff
277
+ .idea/**/workspace.xml
278
+ .idea/**/tasks.xml
279
+ .idea/**/usage.statistics.xml
280
+ .idea/**/dictionaries
281
+ .idea/**/shelf
282
+
283
+ # AWS User-specific
284
+ .idea/**/aws.xml
285
+
286
+ # Generated files
287
+ .idea/**/contentModel.xml
288
+
289
+ # Sensitive or high-churn files
290
+ .idea/**/dataSources/
291
+ .idea/**/dataSources.ids
292
+ .idea/**/dataSources.local.xml
293
+ .idea/**/sqlDataSources.xml
294
+ .idea/**/dynamic.xml
295
+ .idea/**/uiDesigner.xml
296
+ .idea/**/dbnavigator.xml
297
+
298
+ # Gradle
299
+ .idea/**/gradle.xml
300
+ .idea/**/libraries
301
+
302
+ # Gradle and Maven with auto-import
303
+ # When using Gradle or Maven with auto-import, you should exclude module files,
304
+ # since they will be recreated, and may cause churn. Uncomment if using
305
+ # auto-import.
306
+ # .idea/artifacts
307
+ # .idea/compiler.xml
308
+ # .idea/jarRepositories.xml
309
+ # .idea/modules.xml
310
+ # .idea/*.iml
311
+ # .idea/modules
312
+ # *.iml
313
+ # *.ipr
314
+
315
+ # CMake
316
+ cmake-build-*/
317
+
318
+ # Mongo Explorer plugin
319
+ .idea/**/mongoSettings.xml
320
+
321
+ # File-based project format
322
+ *.iws
323
+
324
+ # IntelliJ
325
+ out/
326
+
327
+ # mpeltonen/sbt-idea plugin
328
+ .idea_modules/
329
+
330
+ # JIRA plugin
331
+ atlassian-ide-plugin.xml
332
+
333
+ # Cursive Clojure plugin
334
+ .idea/replstate.xml
335
+
336
+ # SonarLint plugin
337
+ .idea/sonarlint/
338
+
339
+ # Crashlytics plugin (for Android Studio and IntelliJ)
340
+ com_crashlytics_export_strings.xml
341
+ crashlytics.properties
342
+ crashlytics-build.properties
343
+ fabric.properties
344
+
345
+ # Editor-based Rest Client
346
+ .idea/httpRequests
347
+
348
+ # Android studio 3.1+ serialized cache file
349
+ .idea/caches/build_file_checksums.ser
350
+
351
+ ### PyCharm+all Patch ###
352
+ # Ignore everything but code style settings and run configurations
353
+ # that are supposed to be shared within teams.
354
+
355
+ .idea/*
356
+
357
+ !.idea/codeStyles
358
+ !.idea/runConfigurations
359
+
360
+ ### Python ###
361
+ # Byte-compiled / optimized / DLL files
362
+
363
+ # C extensions
364
+
365
+ # Distribution / packaging
366
+
367
+ # PyInstaller
368
+ # Usually these files are written by a python script from a template
369
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
370
+
371
+ # Installer logs
372
+
373
+ # Unit test / coverage reports
374
+
375
+ # Translations
376
+
377
+ # Django stuff:
378
+
379
+ # Flask stuff:
380
+
381
+ # Scrapy stuff:
382
+
383
+ # Sphinx documentation
384
+
385
+ # PyBuilder
386
+
387
+ # Jupyter Notebook
388
+
389
+ # IPython
390
+
391
+ # pyenv
392
+ # For a library or package, you might want to ignore these files since the code is
393
+ # intended to run in multiple environments; otherwise, check them in:
394
+ # .python-version
395
+
396
+ # pipenv
397
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
398
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
399
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
400
+ # install all needed dependencies.
401
+
402
+ # poetry
403
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
404
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
405
+ # commonly ignored for libraries.
406
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
407
+
408
+ # pdm
409
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
410
+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
411
+ # in version control.
412
+ # https://pdm.fming.dev/#use-with-ide
413
+
414
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
415
+
416
+ # Celery stuff
417
+
418
+ # SageMath parsed files
419
+
420
+ # Environments
421
+
422
+ # Spyder project settings
423
+
424
+ # Rope project settings
425
+
426
+ # mkdocs documentation
427
+
428
+ # mypy
429
+
430
+ # Pyre type checker
431
+
432
+ # pytype static type analyzer
433
+
434
+ # Cython debug symbols
435
+
436
+ # PyCharm
437
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
438
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
439
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
440
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
441
+
442
+ ### Python Patch ###
443
+ # Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
444
+ poetry.toml
445
+
446
+ # ruff
447
+ .ruff_cache/
448
+
449
+ # LSP config files
450
+ pyrightconfig.json
451
+
452
+ # End of https://www.toptal.com/developers/gitignore/api/pycharm+all,python,django,flask