32 lines
281 B
Plaintext
32 lines
281 B
Plaintext
# 系统与编辑器
|
|
.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/
|