# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.pyc
bin
*.tar.gz
*.ipynb_checkpoints

# 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.*

# Python dev
.mypy_cache
.venv/
*.egg-info/

# Logs
logs
npm-debug.log*

# JS Sourcemaps
*.js.map

# Dependencies
node_modules/
bower_components/

# Build output
dist

# Web server
frontend/server/dist

# Python built package
*.egg-info
dist
.tox

# UI test outputs
frontend/test/ui/visual-regression/errorShots
frontend/test/ui/visual-regression/screenshots/diff
frontend/test/ui/visual-regression/screenshots/screen

# sqlite db
*.db

# IDE
.idea/
.ijwb/
*.iml
*.swp
*.swo
*~

# Merge files
*.orig

# Operating system generated files
.DS_Store

# go vendor
vendor
tekton-catalog/**/go.sum

# Go module cache
backend/pkg/mod/cache

# Bazel output artifacts
bazel-*

# VSCode
.vscode

# Local or temporary build files
build/
sdk/samples/*.yaml
temp/

# test yaml
sdk/python/tests/compiler/pipeline.yaml
sdk/python/tests/compiler/testdata/testpackage/pipeline.yaml

# Test temporary files
_artifacts
.failed_tests

# Generated Python SDK documentation
docs/_build

# sed backups
*.bak

# virtualenv
.venv/

# python sdk package
*.tar.gz

# Copy from kubeflow/frontend
coverage/

# Python cache
__pycache__
.pytest_cache

# Coverage
.coverage
.coverage*
