From 354ea7508d106eae046b78e7eee6865d86878b9f Mon Sep 17 00:00:00 2001 From: Aleksandr Miheichev Date: Sun, 17 Aug 2025 14:56:32 +0300 Subject: [PATCH] chore(gitignore): ignore JetBrains Rider artifacts (.idea/, *.sln.iml) --- .gitignore | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0b80350a..7d5416b6 100644 --- a/.gitignore +++ b/.gitignore @@ -397,8 +397,5 @@ FodyWeavers.xsd *.msp # JetBrains Rider -*.sln.iml.idea/ -main.py -pyproject.toml -uv.lock -.python-version +.idea/ +*.sln.iml