mirror of
https://github.com/ghndrx/kubeflow-pipelines.git
synced 2026-02-10 06:45:13 +00:00
Add .gitignore to prevent credential leaks
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
# Credentials - NEVER commit these
|
||||||
|
*.env
|
||||||
|
.env*
|
||||||
|
secrets/
|
||||||
|
*secret*
|
||||||
|
*credential*
|
||||||
|
*.pem
|
||||||
|
*.key
|
||||||
|
|
||||||
|
# Compiled pipelines (regenerate from source)
|
||||||
|
*.yaml.compiled
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
.Python
|
||||||
|
*.so
|
||||||
|
.eggs/
|
||||||
|
*.egg-info/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Kubeflow artifacts (local only)
|
||||||
|
mlpipeline-ui-metadata.json
|
||||||
|
mlpipeline-metrics.json
|
||||||
Reference in New Issue
Block a user