# dependencies
node_modules/
calculator/node_modules/

# build / runtime artifacts
*.log
.DS_Store
Thumbs.db

# 排盘运行产物（用户生成的命盘 / 分析 / 报告，含个人生辰，勿入库）
*.tmp
chart.json
chart.txt
analysis.json
smoke.json
report.html
*-report.html
*-zonghe.html

# 但仓库自带的合成示例必须入库（白名单放行）
!examples/sample-chart.json
!examples/sample-analysis.json
!examples/sample-report.html

# editor
.vscode/
.idea/
*.swp
