From 71f1e626301b7a77984f0f285f4ede22cd6a1d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Tue, 11 Nov 2025 15:18:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7d196de..236c12b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ .env /.venv /logs/* -/__pycache__/* -*.pyc \ No newline at end of file +__pycache__/ +*.pyc +*.pyd +*.pyo \ No newline at end of file