From a280774f5066bc5bed2a23c0ab45149e59f9c274 Mon Sep 17 00:00:00 2001 From: baiyanyun Date: Mon, 1 Jun 2026 19:15:07 +0800 Subject: [PATCH] Ignore IDE and log artifacts --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c4152ee8..99107eee 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,8 @@ coverage/ *.log .DS_Store Thumbs.db +**/.idea/ +**/logs/ # Local environment files .env