guanghulab/.gitignore
冰朔 09e0251741
Some checks failed
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
feat: add hybrid execution foundation
2026-06-24 23:37:46 +08:00

60 lines
1.2 KiB
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.

.env
.env.*
!.env.example
node_modules/
*.bak
*.bak.*
*.save
*.log
backend/api-server/logs/
# macOS system files
.DS_Store
**/.DS_Store
# 顶层禁止 commit 二进制压缩包(历史快照走 GitHub Releases
# 子目录的合法 zip如 downloads/、backend/)不在此列
/*.zip
# macOS Java bundle 误传防御(曾发生过 jspawnhelper / libjli.dylib 残骸事故)
/MacOS/
/_CodeSignature/
/jspawnhelper
# 顶层临时调试脚本(请放到 tests/ 或 scripts/ 里)
/notion-test*.js
/connection-test.log
/phase2-syslog.xml
/test.txt
# Writing Platform build artifacts
writing-platform/frontend/dist/
writing-platform/backend/dist/
# EXE-Engine runtime logs
exe-engine/logs/
# Hybrid runner local/server reports. Use run.sh --commit-report to archive one.
/outputs/hybrid-runner/
# Grid-DB runtime data (engine-generated)
grid-db/data/
# HLDP Bridge temporary data (raw Notion API responses)
temp/
# 语言膜运行时数据(服务器上动态生成)
data/audit-trail/
data/persona-rooms/
data/module-registry.json
server/sites/portal/index.html.bak.pre-d64
server/sites/yaoming/index.html.bak.pre-d64
# Python
__pycache__/
*.pyc
*.pyo
.env
notion/tokens.json
notion/states.json