28 lines
335 B
Plaintext
28 lines
335 B
Plaintext
node_modules/
|
||
dist/
|
||
build/
|
||
.next/
|
||
next-env.d.ts
|
||
data/
|
||
refs/*.pdf
|
||
refs/*.docx
|
||
refs/*.jpg
|
||
refs/*.jpeg
|
||
refs/*.png
|
||
.env
|
||
.env.local
|
||
.env.production
|
||
__pycache__/
|
||
*.pyc
|
||
.DS_Store
|
||
.vscode/
|
||
.idea/
|
||
*.log
|
||
|
||
# UI 验证产物(Playwright MCP / 手动截图),不入库
|
||
.playwright-mcp/
|
||
.playwright-cli/
|
||
ui-*.png
|
||
artifacts/
|
||
.memory/screenshots/
|