.DS_Store
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
dist/
build/
site/
*.egg-info/

# Local data, model artifacts, and experiment state
local_data/
artifacts/
checkpoints/
mlruns/
wandb/
outputs/

# Secrets and local configuration
.env
.env.*
!.env.example
*token*

# Training run bundles
local_runs/

# Files a notebook downloads or writes while it runs, and the docs build cache
docs/notebooks/goldilocks-*/
.cache/
