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

# Environments
.venv/
venv/
.env

# OS
.DS_Store

# Local scratch (never commit run artifacts without an explicit milestone decision)
scratch/
