-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
115 lines (98 loc) · 2.06 KB
/
Copy path.gitignore
File metadata and controls
115 lines (98 loc) · 2.06 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Entity data - PRIVATE, never commit
# All entity folders are ignored except the template
entities/*/
!entities/_template/
# Entity auth tokens - NEVER commit
entities/.master_token
.entity_token
# Docker entity runtime data (journals, state)
pps/docker/entities/
# Databases - NEVER commit (data, not code)
*.db
*.sqlite
*.sqlite3
*.db-wal
*.db-shm
# Credentials and secrets
secrets/
discord_bot_token.txt
.env
*.key
*.pem
# Project coordination
.project_lock
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv/
ENV/
*.egg-info/
.eggs/
dist/
build/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Docker build artifacts
pps/deploy/*.tar.gz
# Docker bind-mount data directories (host-side persistence)
docker/pps/
# Work directories - temporary project workspaces
# Important outputs get promoted to production locations (scripts/, docs/, etc.)
work/
!work/_template/
# The Watch — standing four-watcher net (Lyra/Caia/Jaden/Crusher) around
# Brandi/Jeff's process. Sensitive real-people material — LOCAL ONLY, never remote.
watch/
# Test coverage
.coverage
htmlcov/
.pytest_cache/
github_token.txt
# Tool credentials - NEVER commit
tools/**/credentials.json
tools/**/token.json
tools/**/*.json
tools/**/venv/
tools/google_oauth_credentials.txt
tools/jeff-gmail-mcp/venv/
pps/venv/
delve (old work from steve)/
daemon/lyra_daemon.pid
# Haven user tokens - NEVER commit
haven/data/*.token
# Corrade group passwords / SL secrets - NEVER commit
haven/data/corrade-group-password*.txt
haven/data/anchorage-sl-secret.txt
# Training data - large files, not code
spicy/
.claude/scheduled_tasks.lock
# PPS runtime state (health checks, etc.)
pps/docker/data/
.playwright-mcp/
.claude/data/
pps/docker/google-chrome-stable_current_amd64.deb
.claude/settings.local.json
# Personal / financial data — NEVER commit
jeff_finances_2025/
# Personal working docs — accumulate private day-to-day context; keep local only
/TODO.md
/FOR_JEFF_TODAY.md
# Stray runtime/scratch data dirs (not code)
data/
haven/data/shared_images/
haven/data/*.lsl