# 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

# MkDocs build output
site/

# Jupyter
.ipynb_checkpoints/

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

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