# VCS / 工程配置
.gitignore
.gitleaksignore
.eslintrc.json
.github/**
.deep-copilot/**
**/.git/**

# 打包产物 / 日志
*.vsix
session-*.log
**/*.map
release/**
# Local PR-review scratch caches (GH API dumps); must never ship in the VSIX
.tmp-*.json
.tmp-*.txt
.tmp-*.md

# 源码（已通过 esbuild 打包到 out/）
src/**
esbuild.config.js
node_modules/**

# 文档（保留 README.md 给 Marketplace）
**/*.md
!README.md

# 杂项脚本 / 工具
scripts/**
refine-logs/**
dangerfile.js
commitlint.config.mjs

# 测试示例
demo_test/**
