mirror of
https://github.com/ghndrx/kubeflow-pipelines.git
synced 2026-02-10 06:45:13 +00:00
- Remove compiled YAML files (can be regenerated) - Remove example pipelines - Remove unused med_rx_training.py - Update README with comprehensive docs - Clean up .gitignore
32 lines
241 B
Plaintext
32 lines
241 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Build
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Compiled pipelines
|
|
*.yaml
|
|
!manifests/*.yaml
|
|
|
|
# Local config
|
|
.env
|
|
*.local
|
|
|
|
# RunPod
|
|
runpod.toml
|