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

# MLflow local stores
mlruns/

# Scratch space (databricks-traces skill scripts, ad-hoc verification)
.tmp/
mlartifacts/
mlflow.db

# Node / TypeScript (Phase 7)
node_modules/
*.tsbuildinfo
# Yarn 4 (node-modules linker; yarn provided via corepack, not committed)
.yarn/
.pnp.*

# Secrets / local env
.env
.env.*
!.env.example

# OS / editor
.DS_Store
