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

!.github
!.run
!.editorconfig
!.gitignore
!.gitkeep
!/doc/screenshots/.gitkeep

secret.txt
/local_test/

# Don't check the current development lock file into the repository:
uv.lock
