summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYurenHao0426 <blackhao0426@gmail.com>2026-02-24 08:40:49 +0000
committerYurenHao0426 <blackhao0426@gmail.com>2026-02-24 08:40:49 +0000
commit8f63cf9f41bbdb8d55cd4679872d2b4ae2129324 (patch)
treeab5c95888849e854f2346db856c7edece7c8b8a7 /.gitignore
EC-SBM community detection analysis: full pipeline and writeup
Implement community detection on 3 EC-SBM networks (polblogs, topology, internet_as) using 5 methods (Leiden-Mod, Leiden-CPM at 0.1 and 0.01, Infomap, graph-tool SBM). Compute AMI/ARI/NMI accuracy, cluster statistics, and generate figures and LaTeX report.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..02d9fe6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+# Large data files
+data/networks/
+data/networks.zip
+data/polblogs/edge.tsv
+data/polblogs/com_gt.tsv
+data/topology/edge.tsv
+data/topology/com_gt.tsv
+data/internet_as/edge.tsv
+data/internet_as/com_gt.tsv
+
+# Network evaluation repo (external)
+network_evaluation/
+
+# Python
+__pycache__/
+*.pyc
+
+# LaTeX build artifacts
+writeup/*.aux
+writeup/*.bbl
+writeup/*.blg
+writeup/*.log
+writeup/*.out
+writeup/*.toc
+writeup/*.fls
+writeup/*.fdb_latexmk
+writeup/*.synctex.gz
+
+# OS
+.DS_Store
+
+# Claude internal
+.claude/