···11+# If you prefer the allow list template instead of the deny list, see community template:
22+# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
33+#
44+# Binaries for programs and plugins
55+*.exe
66+*.exe~
77+*.dll
88+*.so
99+*.dylib
1010+1111+# Test binary, built with `go test -c`
1212+*.test
1313+1414+# Code coverage profiles and other test artifacts
1515+*.out
1616+coverage.*
1717+*.coverprofile
1818+profile.cov
1919+2020+# Dependency directories (remove the comment below to include it)
2121+# vendor/
2222+2323+# Go workspace file
2424+go.work
2525+go.work.sum
2626+2727+# env file
2828+.env
2929+3030+# Editor/IDE
3131+# .idea/
3232+# .vscode/