From 3def817f7a52c7754fe698b9f765ae7f47f8c3f0 Mon Sep 17 00:00:00 2001 From: Kun Date: Sat, 26 Sep 2026 01:07:00 +0800 Subject: [PATCH] fix: ignore local IDE workspace and generated caches --- .gitignore | 9 + .idea/workspace.xml | 574 -------------------------------------------- 2 files changed, 9 insertions(+), 574 deletions(-) create mode 100644 .gitignore delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36c08d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# macOS generated files +.DS_Store + +# Python generated caches +__pycache__/ +*.py[cod] + +# PyCharm personal workspace state +.idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index a8123c6..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,574 +0,0 @@ - - - - - - - - - - - - - - - - - - { - "lastFilter": { - "state": "OPEN", - "assignee": "K7Unle" - } -} - { - "selectedUrlAndAccountId": { - "url": "https://github.com/odysseus-dev/odysseus.git", - "accountId": "59f646c1-e8fd-42ab-afc6-29303ea39a06" - } -} - { - "associatedIndex": 2, - "fromUser": false -} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1785115064124 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file