-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (37 loc) · 761 Bytes
/
.gitignore
File metadata and controls
48 lines (37 loc) · 761 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
43
44
45
46
47
48
# Runtime artifacts
processing_log.json
inbox_manifest.json
enrichment_queue.json
new_extractions.json
# Library catalog data (personal data)
catalog.json
extracted_titles.json
unreadable.json
# Generated context files (personal data)
CONTEXT.md
CONTEXT_COMPACT.md
CONTEXT_OVERVIEW.md
# Generated wiki pages (synthesized personal data)
wiki/
# Scripts with personal data
generate_context.py
# Python
__pycache__/
*.pyc
# Claude Code local settings
.claude/
# macOS
.DS_Store
# Node
node_modules/
# Source photos (not distributed per README)
photos/processed/*.jpeg
photos/processed/*.jpg
photos/processed/*.png
photos/processed/*.heic
photos/
# Personal text files
films.txt
wiki-kb-design.md
# Publish script (local-only tooling)
scripts/publish.py