-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (34 loc) · 877 Bytes
/
.gitignore
File metadata and controls
42 lines (34 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# === IDE / OS ===
__pycache__/
.obsidian/
obsidian setting.zip
obsidian setting
# === Agent compatibility aliases (generated by setup_shared_skills.py) ===
.agents/
.codex/
# === Private workspace (never publish) ===
_private/
DailySummary/
# === Personal task / session files ===
CLAUDE.md
TODO.md
MIG.sh
showlab.sh
showlab.yaml
batch_analyze.log
# === Paper data (large / personal) ===
paperPDFs/
paperAnalysis/processing/
# === PaperBite (separate project, not for this repo) ===
PaperBite/
# === paperCollection generated outputs (rebuild via build script) ===
paperCollection/index.jsonl
paperCollection/_AllPapers.md
paperCollection/by_task/
paperCollection/by_technique/
paperCollection/by_venue/
# === linkedCodebases (symlinks, keep README only) ===
linkedCodebases/*
!linkedCodebases/README.md
# === Assets (originals too large) ===
assets/LOGO.original.png