# Local build artifacts — the distributable archive is regenerated by
# scripts/make_archive.sh (and by the site build); the committed copy for the
# website lives under docs/_static/downloads/.
dist/
cpp/build/
__pycache__/
*.pyc
*.qvf
# …but the conformance golden corpus is committed frozen test vectors.
!conformance/corpus/*.qvf
.pytest_cache/
# Python packaging build artifacts.
build/
*.egg-info/
python/dist/
