From 3ddbebdfea5696b71ced7367ce9c73057ecd8805 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Mon, 28 Apr 2025 09:45:34 +0200 Subject: [PATCH] Adds .poetry.lock to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 36b13f1..5580c1d 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,4 @@ cython_debug/ # PyPI configuration file .pypirc +.poetry.lock \ No newline at end of file