From b120cd83cc8079b813852a1ce4ee667378695c6f Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 6 Apr 2024 16:36:26 -0700 Subject: [PATCH] update gitignore --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 83aa92e5..62c1b887 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ .idea/ .vscode/ +.venv*/ +venv*/ __pycache__/ -.tox/ -.coverage -.coverage.* -htmlcov/ -docs/_build/ dist/ -venv/ +.coverage* +htmlcov/ +.tox/ +docs/_build/