From 0558bb3510c671ddf177c15ca419b5fd05be2c24 Mon Sep 17 00:00:00 2001 From: Alexandr Pilshchikov Date: Sat, 28 Oct 2023 14:22:04 +0500 Subject: [PATCH] add gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6b5e76c --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.ipynb_checkpoints +*/.ipynb_checkpoints/* +*.swp +.DS_Store +.idea +.env