From f9367860882191b81093d9e585442cd31811e4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sat, 27 Jun 2026 12:41:25 +0400 Subject: [PATCH] =?UTF-8?q?init:=20.gitignore=20=D0=B4=D0=BB=D1=8F=20contr?= =?UTF-8?q?acts-flask?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3577007 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +__pycache__/ +*.pyc +.env +venv/ +.venv/ +logs/ +*.log