-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (55 loc) · 1.38 KB
/
.gitignore
File metadata and controls
63 lines (55 loc) · 1.38 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# ============================================================
# PRIVATE DATA — never commit to public repo
# ============================================================
# These directories contain personal memories, session transcripts,
# and private project data. They stay local only. The broad pattern
# (no leading slash) is intentional: catches any nested `people/`,
# `projects/`, etc., anywhere in the tree as defense-in-depth.
#
# Two legitimate code locations are exempted below:
# - palinode/ shipped code (e.g. palinode/migration/ module)
# - examples/ shipped sample-data demonstrating the format
people/
projects/
decisions/
insights/
daily/
archive/
inbox/
migration/
research/
!palinode/**
!examples/**
# ============================================================
# Derived / Operational
# ============================================================
# Rebuildable from files
.palinode.db
*.db-journal
*.db-wal
*.db-shm
# Operational logs
logs/
# Execution prompts (contain infrastructure details)
M1-EXECUTE-PROMPT.md
M1.5-EXECUTE-PROMPT.md
M2-EXECUTE-PROMPT.md
M3-EXECUTE-PROMPT.md
M3.5-EXECUTE-PROMPT.md
# OS
.DS_Store
# Build artifacts
plugin/node_modules/
plugin/dist/
palinode.egg-info/
__pycache__/
*.pyc
*.cover
venv/
# Server logs
server.log
nohup.out
.engram.db
.claude/worktrees/
# Launch-posts working draft — local-only, not for git
artifacts/launch-posts.md