From c7e849b8649a7a92f6666853cf7a09ccbe8858dc Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Mon, 20 Jan 2025 09:56:12 +0100 Subject: [PATCH] add _build from docs build guide to gitignore Signed-off-by: Martijn Govers --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 88995e0..7678a6e 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ docs/Makefile PYPI_VERSION build/ wheelhouse/ +_build/