From 480f0f40fca0d4492b38e5285e2841ce488c12b8 Mon Sep 17 00:00:00 2001 From: Mose Mueller Date: Thu, 11 Jan 2024 18:03:26 +0100 Subject: [PATCH] updates gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 84f437e..3d22dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ **/__pycache__/ **/.venv/ **/.mypy_cache/ -node_modules \ No newline at end of file +node_modules +poetry.lock + +# ruff +.ruff_cache