1 Star 0 Fork 0

郭峰/kubeflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 967 Bytes
一键复制 编辑 原始数据 按行查看 历史
# pkg and bin directories currently contain build artifacts
# only so we exclude them.
bin/
vendor/
.vscode/
# Compiled python files.
*.pyc
# Emacs temporary files
*~
# Other temporary files
.DS_Store
# temporary files from emacs flymd-mode
flymd.*
# vim .swp files
*~
*.swp
*.swo
# Files created by Gogland IDE
.idea/
# Exclude wheel files for now.
# The only wheel file is the TF wheel one which is quite large.
# We don't want to check that into source control because it could be
# quite large.
*.whl
# Bazel files
**/bazel-*
# Examples egg
examples/tf_sample/tf_sample.egg-info/
examples/.ipynb_checkpoints/
**/.ipynb_checkpoints
# env.sh generated by kfctl.sh
**/env.sh
!testing/test-infra/vendor
# This is required for testing but we don't
# want to check it in right now.
components/gcp-click-to-deploy/src/user_config/**
# This is generated by bootstrap
**/reg_tmp
scripts/gke/build/**
# Created after running JWA e2e tests
**/geckodriver.log
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/GgFfffff/kubeflow.git
git@gitee.com:GgFfffff/kubeflow.git
GgFfffff
kubeflow
kubeflow
master

搜索帮助