# Local development datasets and artifacts
datasets/*.csv
datasets/*.parquet
!datasets/motor_premiums.parquet
.lucidum/
local/

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

# OS/editor metadata
.DS_Store

# Generated README previews
README.html
README_files/
