From ffcc99ca0cf48a073d8912697cacc6b87e0a3202 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Wed, 13 Nov 2024 13:27:03 -0500 Subject: [PATCH] chore: update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6925cd55..0895d692 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,7 @@ instance/ # Sphinx documentation docs/_build/ +docs/build/ # PyBuilder .pybuilder/ @@ -91,7 +92,7 @@ ipython_config.py # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: -# .python-version +.python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.