Initial commit: docs_v1.0 structure
- API_V1.0.0: 正式 API 文件(spec、release、deploy、test) - M4_workspace: M4 工作記錄(review、issue、提案) - M5_workspace: M5 工作記錄(實作、評估、sync) - AGENTS.md: 專案規則 M5/M4 協作方式:git push/pull 同步 workspace 文件
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
target/
|
||||
.DS_Store
|
||||
.env
|
||||
.env.development
|
||||
*.gguf
|
||||
*.mlpackage
|
||||
*.pt
|
||||
*.pth
|
||||
*.bin
|
||||
*.onnx
|
||||
*.zip
|
||||
*.tar.gz
|
||||
venv/
|
||||
__pycache__/
|
||||
node_modules/
|
||||
*.log
|
||||
/tmp/
|
||||
Reference in New Issue
Block a user