scense_demo/.gitignore
2026-08-29 21:10:23 +08:00

17 lines
187 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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