From e1b27e32961360a6fd14386b692c6f9eba9dcac6 Mon Sep 17 00:00:00 2001 From: Gabriele Filomena Date: Mon, 11 Nov 2024 18:37:57 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 46519f1..008b0bc 100644 --- a/.gitignore +++ b/.gitignore @@ -59,4 +59,9 @@ sdist/ var/ *.egg-info/ .installed.cfg -*.egg \ No newline at end of file +*.egg + +# Sphinx documentation +docs/_build/ +docs/generated/ +docs/api/ \ No newline at end of file