From ec34d8650112b31eafcb27855c850b9199181268 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Mon, 9 Dec 2024 20:24:38 +0100 Subject: [PATCH] chore(.gitignore): add PDM-specific entries to gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index f6015da..b8f85e2 100644 --- a/.gitignore +++ b/.gitignore @@ -20,11 +20,20 @@ ENV/ env.bak/ venv.bak/ +# PDM +.pdm* +!pdm.lock + # Distribution / packaging dist/ build/ /*cache/ +# Tests +.pytest_cache/ +.coverage +.htmlcov/ + # Log files logs/ *.log