.*
!.gitignore
!.github/
!.git-hooks

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

docs/_build/
