*.egg-info
*.pyc
__pycache__

.python-version
.venv
.tox

.pytest_cache
.mypy_cache
.ruff_cache
.coverage

build
dist
docs/_build

.vscode
