# Python-generated files
__pycache__/
*.py[oc]
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# The pulled Euro-Office payload the POC used. Nothing reads it any more;
# everything comes from build/ now.
vendor/

# build/ is our Euro-Office build script and patch queue, not an artefact
# directory -- uv_build never writes one. Un-ignore it: the usual global
# gitignore carries /build/ from the setuptools era, which would swallow it.
!/build/

# Generated by `INSTALL_MANIFEST=1 build/dist.sh`, and deliberately not
# committed until there is an origin to fetch from: its hashes cover artifacts
# that exist only on the machine that built them. A release commits it, from a
# clean tree, with every platform's core present.
src/libera/manifest.json

# Built documentation (docs/Makefile)
/docs/site/
/docs/.cache/

# The macOS application bundle (build/macos-app.sh)
/build/out/

# Written by `make test-cov`, and committed once by accident.
.coverage

# An inventory of build hosts (build/builders.toml.example is the template).
build/builders.toml
