From f4d7a546d49c909dafc416a829f96b590ce5fb14 Mon Sep 17 00:00:00 2001 From: rebortg Date: Sun, 14 Jan 2024 21:34:52 +0100 Subject: update sphinx and dependencies (cherry picked from commit bcef0f76c56dc715aaa05fe21943f013619827af) --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 81d49b98..f1efd54e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,13 @@ # Sphinx _build/ +localazy_private.json # python virtualenv venv/ ENV/ .venv Pipfile.lock +Pipfile # put various editor ignores here .vscode/ @@ -13,6 +15,9 @@ Pipfile.lock *.vpw *.vpwhist *.vtg +.idea/ +.idea +.idea/* # python cache files *.pyc @@ -23,4 +28,4 @@ __pycache__ .envrc # os specific -.DS_Store +.DS_Store \ No newline at end of file -- cgit v1.2.3