Files
hcapEnv/.gitignore
2026-03-11 14:28:17 +08:00

39 lines
422 B
Plaintext

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