-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (30 loc) · 789 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (30 loc) · 789 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
# Bot-instance state — never tracked, written by bot-init.sh / runtime
.env
.bot-setup-state.json
.bot-config.yml
# Listener dependencies
accountability/listener/node_modules/
# Linked sites (each bot links the projects it owns)
sites/
# Reminders / wishlist sqlite + runtime state
accountability/reminders/*.db
accountability/reminders/*.db-journal
accountability/wishlist/*.db
accountability/wishlist/*.db-journal
# Ephemeral screenshots from browser-use scans
accountability/engagement-screenshots/
# sed -i.bak backup files
*.bak
# Claude Code session-local state
.claude/scheduled_tasks.lock
# OS / editor noise
.DS_Store
.vscode/
.idea/
Thumbs.db
# Studio (if present, Next.js build artifacts)
studio/node_modules/
studio/.next/
studio/.turbo/
studio/out/
studio/coverage/