chore: create .gitignore file

create a .gitignore file to avoid uploading useless files, such as ".DS_Store".
This commit is contained in:
DengSchoo
2024-11-05 17:41:16 +08:00
committed by GitHub
parent eccc5a5628
commit 85241be1ea

7
.gitignore vendored Normal file
View File

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