Files
hcapEnv/.gitignore
dela e54d5da01b .o
2026-03-11 15:31:06 +08:00

39 lines
416 B
Plaintext

# Dependencies
node_modules/
# Build artifacts (node-gyp)
*.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
# 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/