# VS Code .vscode __debug_bin # IntelliJ .idea # If you prefer the allow list template instead of the deny list, see community template: # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore # # Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib # Test binary, built with `go test -c` *.test # Output of the go coverage tool, specifically when used with LiteIDE *.out # Dependency directories (remove the comment below to include it) # vendor/ # Go workspace file go.work go.work.sum # env file .env # artifacts artifacts/ # Generated CUE→OpenAPI→Markdown pipeline output generated/ .gocache/ .cache # Sometimes AI agents get a wild hair and build the go code into a binary cmd/lexicon2md/lexicon2md cmd/termlinker/termlinker cmd/openapi2md/openapi2md cmd/cue2openapi/cue2openapi # Jekyll build output and cache _site/ docs/_site/ .sass-cache/ .jekyll-cache/ .jekyll-metadata .jekyll/ # Jekyll/Bundler dependencies docs/vendor/ docs/.bundle/ docs/node_modules/ # Ruby LSP (Language Server Protocol) .ruby-lsp/ # Compiled CSS (SCSS source is tracked) # Note: style.css and style.css.map are generated from style.scss but may be needed for builds docs/assets/css/*.css docs/assets/css/*.css.map !docs/assets/css/style.css !docs/assets/css/style.css.map # Generated documentation files (only present during site build) docs/schema/*.md !docs/schema/index.md docs/model/02-definitions.md