···11-/target
11+### General
22+33+*.bin
44+55+### Rust
66+77+# Generated by Cargo
88+# will have compiled files and executables
99+debug
1010+target
1111+1212+# These are backup files generated by rustfmt
1313+**/*.rs.bk
1414+1515+# MSVC Windows builds of rustc generate these, which store debugging information
1616+*.pdb
1717+1818+# Generated by cargo mutants
1919+# Contains mutation testing data
2020+**/mutants.out*/
2121+2222+# RustRover
2323+# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
2424+# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
2525+# and can be added to the global gitignore or merged into this file. For a more nuclear
2626+# option (not recommended) you can uncomment the following to ignore the entire idea folder.
2727+#.idea/
2828+2929+### Go
3030+3131+# If you prefer the allow list template instead of the deny list, see community template:
3232+# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3333+#
3434+# Binaries for programs and plugins
3535+*.exe
3636+*.exe~
3737+*.dll
3838+*.so
3939+*.dylib
4040+4141+# Test binary, built with `go test -c`
4242+*.test
4343+4444+# Dependency directories (remove the comment below to include it)
4545+# vendor/
4646+4747+# Go workspace file
4848+go.work
4949+go.work.sum
5050+5151+# env file
5252+.env
5353+5454+# Editor/IDE
5555+# .idea/
5656+# .vscode/
5757+5858+### Python
5959+6060+# Byte-compiled / optimized / DLL files
6161+__pycache__/
6262+*.py[codz]
6363+*$py.class
6464+6565+# C extensions
6666+*.so
6767+6868+# Distribution / packaging
6969+.Python
7070+build/
7171+develop-eggs/
7272+dist/
7373+downloads/
7474+eggs/
7575+.eggs/
7676+lib/
7777+lib64/
7878+parts/
7979+sdist/
8080+var/
8181+wheels/
8282+share/python-wheels/
8383+*.egg-info/
8484+.installed.cfg
8585+*.egg
8686+MANIFEST
8787+8888+# PyInstaller
8989+# Usually these files are written by a python script from a template
9090+# before PyInstaller builds the exe, so as to inject date/other infos into it.
9191+*.manifest
9292+*.spec
9393+9494+# Installer logs
9595+pip-log.txt
9696+pip-delete-this-directory.txt
9797+9898+# Translations
9999+*.mo
100100+*.pot
101101+102102+# pdm
103103+# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
104104+# pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
105105+# https://pdm-project.org/en/latest/usage/project/#working-with-version-control
106106+# pdm.lock
107107+# pdm.toml
108108+.pdm-python
109109+.pdm-build/
110110+111111+# pixi
112112+# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
113113+# pixi.lock
114114+# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
115115+# in the .venv directory. It is recommended not to include this directory in version control.
116116+.pixi
117117+118118+# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
119119+__pypackages__/
120120+121121+# Environments
122122+.env
123123+.envrc
124124+.venv
125125+env/
126126+venv/
127127+ENV/
128128+env.bak/
129129+venv.bak/
130130+131131+# Ruff stuff:
132132+.ruff_cache/
133133+134134+# PyPI configuration file
135135+.pypirc
136136+137137+# Marimo
138138+marimo/_static/
139139+marimo/_lsp/
140140+__marimo__/
141141+142142+# Streamlit
143143+.streamlit/secrets.toml