31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# 系统与编辑器
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.cursorindexingignore
|
||||
|
||||
# Python
|
||||
.venv/
|
||||
venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
.env
|
||||
.env.*
|
||||
*.log
|
||||
|
||||
# Node / 前端
|
||||
node_modules/
|
||||
.next/
|
||||
.nuxt/
|
||||
dist/
|
||||
*.tsbuildinfo
|
||||
|
||||
# 压缩与临时
|
||||
*.zip
|
||||
*.tar.gz
|
||||
Serverruntime/
|
||||
.cache/
|
||||
Reference in New Issue
Block a user