From ce00630bb2381b58b230fd85d27c4f1a32b7e9f2 Mon Sep 17 00:00:00 2001 From: zhh Date: Thu, 23 Oct 2025 09:48:08 +0800 Subject: [PATCH] push gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a670435..39c262a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .env .vscode/ -app/core/__pycache__/ \ No newline at end of file +app/core/__pycache__/ +app/core/data/ \ No newline at end of file