From e282df1f86e9a8f64f93961c0ee9ef0abd054599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Thu, 31 Mar 2022 09:32:07 +0800 Subject: [PATCH] .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 25b6e4b..38fc5da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ # Cache after running the app __pycache__/ +out/ +build/ \ No newline at end of file