.*
*.egg-info
__pycache__
/dist/
/build/
/coverage.*
*.orig

!.github
!.run
!.editorconfig
!.gitignore
!.pre-commit-config.yaml
!.pre-commit-hooks.yaml
!.gitkeep

# This is a library, not an application, so we don't need to check in the lock file:
uv.lock
