guanghulab/.gitignore

55 lines
1.0 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/
# 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