add gitignore

This commit is contained in:
wls2002
2024-05-24 20:14:20 +08:00
parent 542b8efd73
commit 1165819df9

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
.idea/
__pycache__/
*.pyc
*.swp
.vscode/
*.env
*.log
.cache/
.tmp/