[submodule "vendor/llama.cpp"]
	path = vendor/llama.cpp
	url = https://github.com/ggml-org/llama.cpp
	# Don't surface build-artifact noise in the outer repo's git status.
	# `scripts/bump-llama-cpp.sh build` writes under vendor/llama.cpp/build/
	# which the submodule's own .gitignore covers.
	ignore = untracked
[submodule "sway"]
	path = sway
	url = https://github.com/tenseleyFlow/sway.git
	# Hide development noise (.venv, __pycache__, dist/) inside sway/
	# from the outer repo's `git status`. sway's own .gitignore already
	# covers these locally.
	ignore = untracked
[submodule "vendor/dlm-lsp"]
	path = vendor/dlm-lsp
	url = git@github.com:tenseleyFlow/dlm-lsp.git
[submodule "vendor/dlm-vsc"]
	path = vendor/dlm-vsc
	url = git@github.com:tenseleyFlow/dlm-vsc.git
