| # Python local environment: |
| /.wheelcache |
| |
| # This is for Go workspace configuration. |
| # refs: |
| # * https://go.dev/ref/mod#workspaces |
| # * https://github.com/golang/tools/blob/master/gopls/doc/workspace.md |
| /go.work |
| /go.work.sum |
| |
| # TODO(crbug/1002047): Have these auto-generated. |
| /bootstrap/virtualenv-ext |
| /go/src/go.chromium.org |
| /luci |
| /recipes-py |
| /recipes/.recipe_deps |
| |
| # TODO: Move to native cipd gclient support: |
| /cipd/* |
| !/cipd/README.infra.md |
| |
| # Used by "infra/tools/dockerbuild". |
| .dockerbuild |
| |
| # Cache directory created by 3pp/run_locally.sh |
| .3pp_wd |
| |
| # build/build.py script produces *.cipd binaries, they must not be committed. |
| *.cipd |
| |
| # Stale? |
| /node/runtimes |
| build_cache |
| reasons.sqlite |
| |
| # People with misconfigured global ignores: |
| *.pyc |
| *.sublime-* |
| .DS_Store |
| .coverage |
| .expect_tests_coverage* |
| .vscode |
| .idea |
| infra.iml |
| |
| # Binaries created by makefiles |
| /go/src/infra/cros/cmd/cft/testing/lsnexus_testing/lsnexus_testing |