yonikremer commited on
Commit
5ecef5e
1 Parent(s): 62b2f35

deleted gitignore file

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