[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/Ely-S/CV-CUDA
	fetch = +refs/heads/*:refs/remotes/origin/*
[gc]
	auto = 0
[http "https://github.com/"]
	extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX2VjdFhkNm5iQzdUYXM3SXJjVGc5ajV1RUZlQTQ5bDFkTmppYQ==
[lfs]
	repositoryformatversion = 0
[filter "lfs"]
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true
[branch "pypi"]
	remote = origin
	merge = refs/heads/pypi
[submodule "3rdparty/googletest"]
	active = true
	url = https://github.com/google/googletest.git
[submodule "python/pybind11"]
	active = true
	url = https://github.com/pybind/pybind11.git
