From a55a43c5291e0898925ea3f62d7883fdc1a11b0f Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 23 Feb 2024 15:12:46 -0800 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c2dd9a5..864e857 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules dist -.vscode \ No newline at end of file +.vscode +app/__pycache__/*