-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitignore
46 lines (34 loc) · 802 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# pkg and bin directories currently contain build artifacts
# only so we exclude them.
bin/
.vscode/
# Compiled python files.
*.pyc
# Emacs temporary files
*~
# Other temporary files
.DS_Store
# temporary files from emacs flymd-mode
flymd.*
# vim .swp files
*.swp
# 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
!testing/test-infra/vendor
# Secrets
**/*gserviceaccount.com.json
**/.build
!**/kubeflow-deployments/.build
# Don't ignore deployment builds
!kubeflow-deployments/**/.build