From 692662f3a35e6352999e0c5272a8124f6140353b Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 16 Aug 2023 13:13:59 +0000 Subject: [PATCH] Update .gitignore. --- .gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fecb04d..613b69c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,14 @@ # Python -*.pyc -/*.egg-info -/.eggs +__pycache__/ +*.egg-info /dist +# pdm +/.pdm-plugins +/.pdm-python +/.venv +/pdm.lock + # coverage /.coverage /htmlcov