# Bundled binary placed at CI time per platform; never committed.
# See packages/pypi-rly/pyproject.toml [tool.hatch.build.targets.wheel].artifacts
# for the include-in-wheel side of this contract.
rly/_binaries/replylayer
rly/_binaries/replylayer.exe

# Build outputs
dist/
build/
*.egg-info/

# Pytest cache
.pytest_cache/

# Virtualenv (operator-local)
.venv/
