.DS_Store
open_source_data/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Local publish script — contains a PyPI token, MUST never be committed
publish-local.sh
.pypirc
