.*
!.gitignore
!.coveragerc
!.github
!.pre-commit-config.yaml
!.readthedocs.yaml
!.tx
__pycache__/
*.py[cod]
*$py.class
.*.swp
MANIFEST
build
dist
*.egg-info
*.egg/
.eggs/
docs/_build
.tox/
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.venv/
uv.lock
