···11+.vscode
22+# Created by https://www.toptal.com/developers/gitignore/api/python,macos,swift,go
33+# Edit at https://www.toptal.com/developers/gitignore?templates=python,macos,swift,go
44+55+### Go ###
66+# If you prefer the allow list template instead of the deny list, see community template:
77+# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
88+#
99+# Binaries for programs and plugins
1010+*.exe
1111+*.exe~
1212+*.dll
1313+*.so
1414+*.dylib
1515+1616+# Test binary, built with `go test -c`
1717+*.test
1818+1919+# Output of the go coverage tool, specifically when used with LiteIDE
2020+*.out
2121+2222+# Dependency directories (remove the comment below to include it)
2323+# vendor/
2424+2525+# Go workspace file
2626+go.work
2727+2828+### macOS ###
2929+# General
3030+.DS_Store
3131+.AppleDouble
3232+.LSOverride
3333+3434+# Icon must end with two \r
3535+Icon
3636+3737+3838+# Thumbnails
3939+._*
4040+4141+# Files that might appear in the root of a volume
4242+.DocumentRevisions-V100
4343+.fseventsd
4444+.Spotlight-V100
4545+.TemporaryItems
4646+.Trashes
4747+.VolumeIcon.icns
4848+.com.apple.timemachine.donotpresent
4949+5050+# Directories potentially created on remote AFP share
5151+.AppleDB
5252+.AppleDesktop
5353+Network Trash Folder
5454+Temporary Items
5555+.apdisk
5656+5757+### macOS Patch ###
5858+# iCloud generated files
5959+*.icloud
6060+6161+### Python ###
6262+# Byte-compiled / optimized / DLL files
6363+__pycache__/
6464+*.py[cod]
6565+*$py.class
6666+6767+# C extensions
6868+6969+# Distribution / packaging
7070+.Python
7171+build/
7272+develop-eggs/
7373+dist/
7474+downloads/
7575+eggs/
7676+.eggs/
7777+lib/
7878+lib64/
7979+parts/
8080+sdist/
8181+var/
8282+wheels/
8383+share/python-wheels/
8484+*.egg-info/
8585+.installed.cfg
8686+*.egg
8787+MANIFEST
8888+8989+# PyInstaller
9090+# Usually these files are written by a python script from a template
9191+# before PyInstaller builds the exe, so as to inject date/other infos into it.
9292+*.manifest
9393+*.spec
9494+9595+# Installer logs
9696+pip-log.txt
9797+pip-delete-this-directory.txt
9898+9999+# Unit test / coverage reports
100100+htmlcov/
101101+.tox/
102102+.nox/
103103+.coverage
104104+.coverage.*
105105+.cache
106106+nosetests.xml
107107+coverage.xml
108108+*.cover
109109+*.py,cover
110110+.hypothesis/
111111+.pytest_cache/
112112+cover/
113113+114114+# Translations
115115+*.mo
116116+*.pot
117117+118118+# Django stuff:
119119+*.log
120120+local_settings.py
121121+db.sqlite3
122122+db.sqlite3-journal
123123+124124+# Flask stuff:
125125+instance/
126126+.webassets-cache
127127+128128+# Scrapy stuff:
129129+.scrapy
130130+131131+# Sphinx documentation
132132+docs/_build/
133133+134134+# PyBuilder
135135+.pybuilder/
136136+target/
137137+138138+# Jupyter Notebook
139139+.ipynb_checkpoints
140140+141141+# IPython
142142+profile_default/
143143+ipython_config.py
144144+145145+# pyenv
146146+# For a library or package, you might want to ignore these files since the code is
147147+# intended to run in multiple environments; otherwise, check them in:
148148+# .python-version
149149+150150+# pipenv
151151+# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
152152+# However, in case of collaboration, if having platform-specific dependencies or dependencies
153153+# having no cross-platform support, pipenv may install dependencies that don't work, or not
154154+# install all needed dependencies.
155155+#Pipfile.lock
156156+157157+# poetry
158158+# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
159159+# This is especially recommended for binary packages to ensure reproducibility, and is more
160160+# commonly ignored for libraries.
161161+# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
162162+#poetry.lock
163163+164164+# pdm
165165+# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
166166+#pdm.lock
167167+# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
168168+# in version control.
169169+# https://pdm.fming.dev/#use-with-ide
170170+.pdm.toml
171171+172172+# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
173173+__pypackages__/
174174+175175+# Celery stuff
176176+celerybeat-schedule
177177+celerybeat.pid
178178+179179+# SageMath parsed files
180180+*.sage.py
181181+182182+# Environments
183183+.env
184184+.venv
185185+env/
186186+venv/
187187+ENV/
188188+env.bak/
189189+venv.bak/
190190+191191+# Spyder project settings
192192+.spyderproject
193193+.spyproject
194194+195195+# Rope project settings
196196+.ropeproject
197197+198198+# mkdocs documentation
199199+/site
200200+201201+# mypy
202202+.mypy_cache/
203203+.dmypy.json
204204+dmypy.json
205205+206206+# Pyre type checker
207207+.pyre/
208208+209209+# pytype static type analyzer
210210+.pytype/
211211+212212+# Cython debug symbols
213213+cython_debug/
214214+215215+# PyCharm
216216+# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
217217+# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
218218+# and can be added to the global gitignore or merged into this file. For a more nuclear
219219+# option (not recommended) you can uncomment the following to ignore the entire idea folder.
220220+#.idea/
221221+222222+### Python Patch ###
223223+# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
224224+poetry.toml
225225+226226+# ruff
227227+.ruff_cache/
228228+229229+# LSP config files
230230+pyrightconfig.json
231231+232232+### Swift ###
233233+# Xcode
234234+# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
235235+236236+## User settings
237237+xcuserdata/
238238+239239+## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
240240+*.xcscmblueprint
241241+*.xccheckout
242242+243243+## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
244244+DerivedData/
245245+*.moved-aside
246246+*.pbxuser
247247+!default.pbxuser
248248+*.mode1v3
249249+!default.mode1v3
250250+*.mode2v3
251251+!default.mode2v3
252252+*.perspectivev3
253253+!default.perspectivev3
254254+255255+## Obj-C/Swift specific
256256+*.hmap
257257+258258+## App packaging
259259+*.ipa
260260+*.dSYM.zip
261261+*.dSYM
262262+263263+## Playgrounds
264264+timeline.xctimeline
265265+playground.xcworkspace
266266+267267+# Swift Package Manager
268268+# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
269269+# Packages/
270270+# Package.pins
271271+# Package.resolved
272272+# *.xcodeproj
273273+# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
274274+# hence it is not needed unless you have added a package configuration file to your project
275275+# .swiftpm
276276+277277+.build/
278278+279279+# CocoaPods
280280+# We recommend against adding the Pods directory to your .gitignore. However
281281+# you should judge for yourself, the pros and cons are mentioned at:
282282+# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
283283+# Pods/
284284+# Add this line if you want to avoid checking in source code from the Xcode workspace
285285+# *.xcworkspace
286286+287287+# Carthage
288288+# Add this line if you want to avoid checking in source code from Carthage dependencies.
289289+# Carthage/Checkouts
290290+291291+Carthage/Build/
292292+293293+# Accio dependency management
294294+Dependencies/
295295+.accio/
296296+297297+# Code Injection
298298+# After new code Injection tools there's a generated folder /iOSInjectionProject
299299+# https://github.com/johnno1962/injectionforxcode
300300+301301+iOSInjectionProject/
302302+303303+# End of https://www.toptal.com/developers/gitignore/api/python,macos,swift,go