- qa-report/xispeak/QA_REPORT.md 提交入库(P0×1 / P1×4 / P2×5) - .gitignore 忽略 qa-tmp/、__pycache__/、*.pyc,测试临时产物不入库 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
46 lines
565 B
Plaintext
46 lines
565 B
Plaintext
node_modules
|
|
.DS_Store
|
|
.github
|
|
/dist/
|
|
dist-electron
|
|
.cache
|
|
localDoc
|
|
|
|
# QA test temporary artifacts (scripts, screenshots, caches) — reports live in qa-report/ and are committed
|
|
qa-tmp/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
tests/server/static
|
|
tests/server/static/upload
|
|
|
|
.local
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
.eslintcache
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.claude
|
|
.svn
|
|
# .vscode
|
|
*.java
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
/os_del.cmd
|
|
os_del.cmd
|
|
/.vscode/
|
|
/.history/
|
|
/svn clear.bat
|
|
*.bundle
|