Files
kubeflow-pipelines/.gitignore
Greg Hendrickson 2e479fc61b chore: clean up repo structure
- Remove compiled YAML files (can be regenerated)
- Remove example pipelines
- Remove unused med_rx_training.py
- Update README with comprehensive docs
- Clean up .gitignore
2026-02-03 16:11:40 +00:00

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