Files
momentry_core/.gitignore
M5 28e927f7bb 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 文件
2026-05-07 23:42:19 +08:00

18 lines
143 B
Plaintext

target/
.DS_Store
.env
.env.development
*.gguf
*.mlpackage
*.pt
*.pth
*.bin
*.onnx
*.zip
*.tar.gz
venv/
__pycache__/
node_modules/
*.log
/tmp/