.git
.gitignore
.venv
__pycache__
*.pyc
*.pyo
*.egg-info
.mypy_cache
.pytest_cache
.ruff_cache
.coverage
coverage.xml
htmlcov
build
dist
data
docs
site
*.md
!README.md
!LICENSE
