From 2f2117e24038a64e241ddac6ec869763eeba9f25 Mon Sep 17 00:00:00 2001 From: Likaon Date: Sun, 24 May 2026 00:40:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=87=D0=B8=D1=81=D1=82=D0=BA=D0=B0:=20?= =?UTF-8?q?=D0=B8=D0=B3=D0=BD=D0=BE=D1=80=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20build/=20=D0=B8=20egg-info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d698b48..bb6c2e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Виртуальное окружение venv/ +.venv/ __pycache__/ *.pyc *.pyo @@ -22,5 +23,10 @@ Thumbs.db test_image.png encoded_lsb.png test_*.png -*_lsb.png*.egg-info/ +*_lsb.png + +# Временные файлы установки +*.egg-info/ *.egg +build/ +dist/ \ No newline at end of file