From acdf74513d5c1010245ef8126ee17834b655ae90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Sat, 23 May 2026 22:37:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D1=91?= =?UTF-8?q?=D0=BD=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..4699beb 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,14 @@ +# виртуальное окружение +venv/ +.env/ + +# кеши Python +__pycache__/ +*.pyc + +# файлы среды разработки +.vscode/ +.idea/ + +# прочие временные файлы +*.log \ No newline at end of file