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
This commit is contained in:
2026-02-03 16:11:40 +00:00
parent 9595ef09fd
commit 2e479fc61b
9 changed files with 120 additions and 1346 deletions

41
.gitignore vendored
View File

@@ -1,25 +1,12 @@
# 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/
.Python
env/
venv/
.venv/
# IDE
.idea/
@@ -27,10 +14,18 @@ build/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Build
*.egg-info/
dist/
build/
# Kubeflow artifacts (local only)
mlpipeline-ui-metadata.json
mlpipeline-metrics.json
# Compiled pipelines
*.yaml
!manifests/*.yaml
# Local config
.env
*.local
# RunPod
runpod.toml