This commit is contained in:
dela
2026-03-11 14:28:17 +08:00
parent 2154a648af
commit 2c89db45c5
254 changed files with 10260 additions and 48458 deletions

43
.gitignore vendored
View File

@@ -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/