diff options
| author | haoyuren <13851610112@163.com> | 2026-03-05 15:47:52 -0600 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-03-05 15:47:52 -0600 |
| commit | 82cb6abe81ee2d8d3d11348523178e0e6b058e55 (patch) | |
| tree | 18d841e417a160b42fa5afb836e2f5a66c8113ca /.gitignore | |
Initial commit: social network visualization app
Single-file D3.js force-directed graph tool for visualizing personal social networks.
Features: node/edge management, familiarity levels, tags, transitivity, file persistence,
proximity ranking (RWR), relation path finder, batch operations.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6c57f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.json |
