# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Secrets
.env

# Local MLflow/Prefect artifacts (from ad-hoc local runs against this repo, if any)
mlruns/
mlartifacts/

# Test/lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Editors / OS
.DS_Store
