17 lines
187 B
Plaintext
17 lines
187 B
Plaintext
# Python
|
||
__pycache__/
|
||
*.py[cod]
|
||
*.egg-info/
|
||
build/
|
||
dist/
|
||
.venv/
|
||
venv/
|
||
|
||
# 构建产物(xls2ui 自动生成,勿入库)
|
||
wwwroot/demo_session/
|
||
|
||
# 编辑器/系统
|
||
*.swp
|
||
*.swo
|
||
.DS_Store
|