# Python
__pycache__/
*.py[cod]
.venv/

# uv lock references numeraire via a local editable path until it is on PyPI; not portable yet
uv.lock
dist/
build/
*.egg-info/
.coverage
coverage.xml
.pytest_cache/
.ruff_cache/

# OS
.DS_Store

# Secrets / credentials
.env
.env.*

# Local data & working directories
data/
cache/
runs/
