22 lines
275 B
Plaintext
22 lines
275 B
Plaintext
# 运行时物理目录(Linux 一键脚本)
|
||
.runtime/
|
||
platform/data/uploads/
|
||
|
||
# 编译产物
|
||
platform/platform
|
||
platform/platform.exe
|
||
gateway/gateway
|
||
gateway/gateway.exe
|
||
|
||
# 依赖 / 缓存
|
||
web/node_modules/
|
||
**/__pycache__/
|
||
*.pyc
|
||
.venv/
|
||
.env
|
||
ai-service/.env
|
||
*.log
|
||
|
||
*.exe~
|
||
|