From b319edf142882d2d84059cd093ad75f542c24003 Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Sat, 15 Oct 2022 18:41:17 +0800 Subject: [PATCH] chore: ignore data folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 61073e9..801017d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ **/__pycache__/ +**/data/ runtime.log