From ceb10f276b185c36e39374238158614c758bf198 Mon Sep 17 00:00:00 2001 From: Le Tuan Anh Date: Fri, 21 May 2021 14:05:26 +0800 Subject: [PATCH] ignore test temp file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 738806a..6bb7420 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea/ test/data/test.out.* +test/data/test2_edited.eaf # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]