From 57ed8bbd66199f0c3226f7eefadea7be1521ca67 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Thu, 31 Oct 2024 09:14:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0.=20=D0=A1=D0=9A=D0=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7aab6c23..e4b2bb6f 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,10 @@ bin/ # Godot 4+ specific ignores .godot/ override.cfg + +# контроль версий scripts/commit.gd -modbus/pymodbus/ -modbus/serial/ + +# python специфичное +modbus/pymodbus/__pycache__ +modbus/serial/__pycache__