# 开发文件 .vscode/** .vscode-test/** src/** .gitignore .yarnrc vsc-extension-quickstart.md **/tsconfig.json **/.eslintrc.json **/*.map **/*.ts # 测试文件 out/test/** # 依赖 node_modules/** # 文档(避免中文文件名打包问题) docs/** CLAUDE.md # 只排除 waveform_trace 的 src/dist 目录 tools/waveform_trace/src/** tools/iverilog/examples/** tools/iverilog/INSTALL.md tools/iverilog/README.md tools/iverilog/DOWNLOAD_INSTRUCTIONS.md # Git 相关 .git/** .github/**