From 391eaa30a8149a0ef296bd61867312290be8125d Mon Sep 17 00:00:00 2001 From: Andrey Golikov Date: Thu, 9 Apr 2026 17:29:35 +0600 Subject: [PATCH] chore: update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f94e5d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vscode +__pycache__