From 12de6e8fce71018e8b05ab11251df83ed425227c Mon Sep 17 00:00:00 2001 From: Fabian Jankowski Date: Sun, 6 Aug 2023 12:26:45 +0200 Subject: [PATCH] Ignore the docs build directory. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 30fc36d..431af81 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ __pycache__ *.swp # macos preview directories .DS_Store + +# documentation build directory +/docs/_build/