Merge pull request #2823 from DengSchoo/master

chore: rm ".DS_Store" and add .gitignore to avoid directly pushing useless files to master
This commit is contained in:
程序员Carl
2024-11-06 10:29:00 +08:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
.idea/
.DS_Store
.vscode
.temp
.cache
*.iml
__pycache__