From 38243442fbb8f55cc6eeaf02f2a0c0d3de5d232b Mon Sep 17 00:00:00 2001 From: Ilia Miheev Date: Thu, 29 May 2025 16:39:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..17c6c81 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__ +*.html +*.csv +*.json