From b120c421bfc58633c5cbd7e77882ed6cbc2d4781 Mon Sep 17 00:00:00 2001 From: Alexander Pivovarov Date: Wed, 17 May 2023 02:44:21 +0000 Subject: [PATCH] Add more files to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 70f21ff..a3c82a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ .DS_Store +.idea .ipynb_checkpoints/ +.vscode __pycache__/ +*.bin +*.pkl +*.pt *.pyc +input.txt