# ---> Go # Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out # Build output dist/ # NOTE: go.work / go.work.sum are committed in this monorepo (core + app-modern + app-win7). # env file .env # Local Gitea MCP credentials and diagnostics must never enter Git. .codex/gitea.env gitea.env gitea.env.* !gitea.env.example *.stderr.log # Python 本地校验缓存 __pycache__/ *.py[cod]