target/
build-script-cache/
.cache/
.claude/
.vscode/
.DS_Store
*.cjo
*.cjcache
*.cj.macrocall
*.o
*.a
cjpm.lock
# 本机 stdx 接入的中间产物(机器相关,不入库)
.spike-stdx/
.spike2/
.spike-macro/
.stdx-src/
.stdx-prebuilt/
.stdx-try/
.toolshim/

# task-api ORM 示例的本地 sqlite 文件
examples/task-api/config/*.db
doc/

# VitePress 构建产物和依赖
website/node_modules/
website/.vitepress/dist/
website/.vitepress/cache/
.stdx-shim/