From 3101a1b013aaa50dbd584892f5606f8af3828836 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Wed, 20 Nov 2024 07:51:21 -0500 Subject: [PATCH] chore: update gitignore (#441) * https://github.com/GenomicMedLab/software-templates/pull/53 * https://github.com/GenomicMedLab/software-templates/pull/69 --- .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.