trainer/.gitignore

32 lines
540 B
Plaintext

# pkg and bin directories currently contain build artifacts
# only so we exclude them.
bin/
manifests/external-crds/
# IDEs
.vscode/
__debug_bin
.idea/
.DS_Store
.swp
*~
# Jupyter Notebooks.
**/.ipynb_checkpoints
# The default output for various artifacts (e.g. Jupyter Notebooks after Papermill execution).
artifacts
# Python cache files
__pycache__/
*.egg-info/
# OpenAPI Generator CLI JAR file
hack/python-sdk/openapi-generator-cli.jar
# Coverage
cover.out
# Helm
charts/kubeflow-trainer/charts/
charts/kubeflow-trainer/Chart.lock