From a4b212d13123e45b3bf75c3fc92affe42f70902c Mon Sep 17 00:00:00 2001 From: Gene Date: Mon, 24 Apr 2023 15:22:07 +0800 Subject: [PATCH] [MNT] Add .history into .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ab2e7bb..92d2a4d 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ dist/ .pytest_cache/ .mypy_cache/ .vscode/ +.history/ *.swp ./pretrain .idea/