# Keep the build context small and platform-clean.  The host .venv is a
# Windows/native virtualenv and must never be copied into the Linux image.
.venv/
.git/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
build/
dist/
# liboqs source/build that the wrapper may have cloned locally during a failed
# native build attempt (keeps the build context small and clean).
_oqs/
liboqs/
