From 169024abbc9b15aec8cb4290b778c3a24917bb00 Mon Sep 17 00:00:00 2001 From: muli Date: Wed, 10 May 2023 15:59:30 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20Paketverwaltungsged=C3=B6ns=20ausgeble?= =?UTF-8?q?ndet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index b9e885ac..59ad1e37 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,9 @@ $RECYCLE.BIN/ .venv env venv + +# Lockfies and package management +poetry.lock +pyproject.toml +package-lock.json +package.json