[core]
	bare = false
	repositoryformatversion = 0
	filemode = true
	ignorecase = true
	precomposeunicode = true
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/LazaroHurtado/micrograd-rs.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
[branch "feature/batch_support"]
	remote = origin
	merge = refs/heads/feature/batch_support
[branch "feature/optimizer_trait"]
	remote = origin
	merge = refs/heads/feature/optimizer_trait
[branch "feature/batch_norm"]
	remote = origin
	merge = refs/heads/feature/batch_norm
[branch "feature/linear_batch_support"]
	remote = origin
	merge = refs/heads/feature/linear_batch_support
[branch "feature/pool_trait"]
	remote = origin
	merge = refs/heads/feature/pool_trait
[branch "feature/batched_cnn"]
	remote = origin
	merge = refs/heads/feature/batched_cnn
[branch "feature/weight_init_trait"]
	remote = origin
	merge = refs/heads/feature/weight_init_trait
