github.com/kubeflow/training-operator@v1.7.0/.gitignore (about) 1 # pkg and bin directories currently contain build artifacts 2 # only so we exclude them. 3 bin/ 4 /tf-operator 5 vendor/ 6 testbin/* 7 cover.out 8 9 # IDEs 10 .vscode/ 11 __debug_bin 12 13 # Compiled python files. 14 *.pyc 15 16 # Emacs temporary files 17 *~ 18 19 # VIM temporary files. 20 .swp 21 22 # Other temporary files 23 .DS_Store 24 25 # Files created by Gogland IDE 26 .idea/ 27 28 # Exclude wheel files for now. 29 # The only wheel file is the TF wheel one which is quite large. 30 # We don't want to check that into source control because it could be 31 # quite large. 32 *.whl 33 34 # Bazel files 35 **/bazel-* 36 # Examples egg 37 examples/tf_sample/tf_sample.egg-info/ 38 examples/.ipynb_checkpoints/ 39 40 **/.ipynb_checkpoints 41 42 # openapi-codegen tools and auto generated files but useless 43 hack/python-sdk/openapi-generator-cli.jar 44 45 # Coverage 46 cover.out 47 48 /training-operator 49 50 data/