From 754119980fa86c84395051d4759418d6bbd9bb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sp=C3=A1=C4=8Dil?= Date: Sat, 27 Jun 2026 18:05:57 +0200 Subject: [PATCH] package: update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7bfcd7a..067e3b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ __pycache__/ -*.pyc \ No newline at end of file +*.pyc +dist/ +build/ +*.egg-info/ \ No newline at end of file