# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environment
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo

# ML artifacts
artifacts/
mlruns/
mlartifacts/
reports/
test_datasets/
examples/

# OS
.DS_Store
Thumbs.db

# Environment
.env
*.env.local

# Logs
*.log
logs/

# MkDocs build output
site/

# Jupyter
.ipynb_checkpoints/

# MLflow
mlflow.db
mlruns/
mlartifacts/

# Secrets / private config
*.secret
secrets/
.env.local
private/
.env.*

# Blog files (not needed in repo)
blog-*.md

# Temp test data
test_churn.csv
skewed_target_demo.csv

# Old/legacy files
mlpipe/
run_tests.py
test_pipeline.py
generate_test_data.py
DEPLOY.md
render.yaml
plan.md
