-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (64 loc) · 1.67 KB
/
Copy path.gitignore
File metadata and controls
77 lines (64 loc) · 1.67 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
# Dependencies
node_modules/
dist/
# Environment & secrets
.env
*.pem
oracle_key.pem
wallet/
wallet.tar.gz
*.tar.gz
# Logs
*.log
# OS files
.DS_Store
Thumbs.db
# Runtime state (persisted locally, not in repo)
atuona-state.json
data/hashnode-last-topic.json
data/blog-es-cache/
docs/selling/.hs-manual-email-watcher-state.json
# Local Places smoke-test output (real API responses)
data/places-live-test.html
data/places-live-test.json
data/places-live-test.txt
# Backups (keep locally, not in repo)
*.backup
backup_*/
# Patch files
*.patch
# One-time fix scripts (legacy, should not return)
fix_*.py
fix-*.ts
add_*.py
insert_*.py
integrate_*.py
enhance_*.py
restore_*.py
update_cmo_*.py
whatsapp_*.py
espaluz_*.py
complete_fix.py
manual_fix.py
proper_working_fix.py
# IDE
.vscode/
.idea/
*.swp
*.swo
# Claude Code worktrees (local only)
.claude/worktrees/
# Runtime state - NEVER let git clean/stash cleanup touch this (films/music/shots wiped 01.07.2026)
data/
# Trello card dumps (deleted-card backups) - THIS REPO IS PUBLIC and these carry
# recruiter names/emails/message bodies. Keep the files, never publish them.
backups/trello-*.json
# Make.com scenario blueprints (taken before editing the Lead Concierge scenario).
# Same rule as above: THIS REPO IS PUBLIC and a blueprint embeds the live
# CONCIERGE_SECRET as a Bearer header on its HTTP module, plus the full Fable 5
# prompt. Verified July 31 2026 - the two files in backups/make/ each contain a
# working bearer token. Keep the backups (they are how the scenario gets
# restored), never publish them.
backups/make/
# WA-draft backups from the Aug 4 Growth-Operator backfill (kept on disk, not in git)
docs/selling/drafts/*.bak-*