fix: ignore local IDE workspace and generated caches

This commit is contained in:
kun
2026-09-26 01:07:00 +08:00
parent 8f65336fa7
commit 3def817f7a
2 changed files with 9 additions and 574 deletions
+9
View File
@@ -0,0 +1,9 @@
# macOS generated files
.DS_Store
# Python generated caches
__pycache__/
*.py[cod]
# PyCharm personal workspace state
.idea/workspace.xml