# Never exclude Go sources, go.mod, go.sum or .golangci.yml: the lint # and test stages only ever examine what reaches the build context, and # an exclusion here makes them pass over a tree that is missing a # package. script/assert-context-complete exists to catch exactly that, # and will fail the build rather than let it happen silently. .git/ .gitea/ README.md LICENSE .editorconfig .prettierrc .prettierignore .env .env.* .DS_Store .idea/ .vscode/ .claude/ tmp/ temp/