.venv
__pycache__
*.py[oc]
*.egg-info
build
dist

.git
.github

data
.env
.DS_Store

.pytest_cache
.mypy_cache
.ruff_cache

docs
tests
