From e96e364f08c47defe8ad23e782e8c4105abf138e Mon Sep 17 00:00:00 2001 From: madroid Date: Mon, 24 Mar 2025 18:30:14 +0800 Subject: [PATCH] chore: ignore PyCharm .idea/ directory Uncomment .idea/ directory in .gitignore to ensure PyCharm IDE project configuration files are excluded from version control. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1def8a6a..2ab5a819 100644 --- a/.gitignore +++ b/.gitignore @@ -135,7 +135,7 @@ dmypy.json cython_debug/ # PyCharm -#.idea/ +.idea/ # Ruff stuff: .ruff_cache/