forked from kserve/kserve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (53 loc) · 1.24 KB
/
.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.pyc
*.egg-info/
bin
.venv/
venv/
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Kubernetes Generated files - skip generated files, except for vendored files
!vendor/**/zz_generated.*
# Mac file system
**/.DS_Store
# editor and IDE paraphernalia
.idea
.editorconfig
.vscode
.project
*.swp
*.swo
*~
# Python dev
.mypy_cache
# Notebook Checkpoints
.ipynb_checkpoints
.gitlab-ci.yml
.openapi-generator-ignore
.openapi-generator/
# Ignore files for local deployment
config/overlays/development/manager_image_patch.yaml
config/overlays/development/configmap/inferenceservice_patch.yaml
config/overlays/development/manager_auth_proxy_patch.yaml
config/overlays/dev-image-config/inferenceservice_patch.yaml
.ko.yaml
# swagger-codegen tools and auto generated files but useless
hack/current_violation_exceptions.list
hack/python-sdk/openapi-generator-cli*.jar
python/kserve/.swagger-codegen-ignore
python/kserve/.swagger-codegen/
python/kserve/.travis.yml
python/kserve/git_push.sh
python/kserve/test-requirements.txt
python/kserve/tox.ini
# Ignore files for MacOS
**/.DS_Store
# Downloaded by hack install
hack/istio-*