# Keep the build context to what the Dockerfile actually copies
# (pyproject.toml, uv.lock, README.md, LICENSE, src/).
*
!pyproject.toml
!uv.lock
!README.md
!LICENSE
!src/
src/**/__pycache__/
