.git
.gitignore
.pytest_cache
.mypy_cache
.ruff_cache
__pycache__
*.pyc
*.pyo
*.egg-info
dist/
build/
.venv/
venv/
*.md
!README.md
tests/
docs/
.github/
Makefile
