chore: initial commit of ai site platform
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# 运行时物理目录(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~
|
||||
|
||||
Reference in New Issue
Block a user