# Local build artifacts / caches for the standalone river-client package.
# A package-local .gitignore also stops hatchling from pulling the monorepo
# root .gitignore into the published sdist (it falls back to the git-root one
# when this file is absent).
__pycache__/
*.py[cod]
/dist/
# Generated protobuf stubs — regenerated from proto/river.proto by hatch_build.py.
/src/river_client/_proto/*_pb2.py
/src/river_client/_proto/*_pb2.pyi
/src/river_client/_proto/*_pb2_grpc.py
