终局
This commit is contained in:
43
.gitignore
vendored
43
.gitignore
vendored
@@ -1,8 +1,39 @@
|
||||
src/probe/reports
|
||||
asset
|
||||
docs
|
||||
.claude
|
||||
.venv
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Build artifacts (node-gyp)
|
||||
build/
|
||||
*.node
|
||||
|
||||
# Python virtual environment
|
||||
.venv/
|
||||
|
||||
# IDE / AI
|
||||
.claude/
|
||||
CLAUDE.md
|
||||
|
||||
# Project assets & docs (not source)
|
||||
asset/
|
||||
docs/
|
||||
|
||||
# Probe reports (generated)
|
||||
src/probe/reports/
|
||||
|
||||
# Binary blobs
|
||||
body.bin
|
||||
node_modules
|
||||
|
||||
# Analysis reports (generated)
|
||||
HSW_ANALYSIS_REPORT.md
|
||||
MOCK_GAP_REPORT.md
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Python lock file
|
||||
uv.lock
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
dist/
|
||||
Reference in New Issue
Block a user