From 4c053f541900450e72a42418ce7a2ffe7889da11 Mon Sep 17 00:00:00 2001 From: Gao Enhao Date: Mon, 5 Jun 2023 20:26:41 +0800 Subject: [PATCH] [MNT] add .idea to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 55a13dc..8c41835 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ *.ckpt results raw/ -abl.egg-info/ \ No newline at end of file +abl.egg-info/ +.idea/ \ No newline at end of file