# Local build artifacts / caches for the standalone river-client package.
# A package-local .gitignore 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). Do NOT list the generated _proto/*_pb2* stubs here:
# hatchling honors this file when selecting wheel contents, so ignoring them
# drops the build-generated stubs from the wheel. They're kept out of VCS by
# src/river_client/_proto/.gitignore and force-included into the wheel via
# [tool.hatch.build.targets.wheel].artifacts.
__pycache__/
*.py[cod]
/dist/
