-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (64 loc) · 1.19 KB
/
Copy path.gitignore
File metadata and controls
77 lines (64 loc) · 1.19 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
# Environment — never commit credentials
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
venv/
venv311/
.venv/
*.egg-info/
dist/
build/
# macOS
.DS_Store
# IDE & Claude Code local config
.vscode/
.idea/
*.swp
.claude/
# Logs
*.log
# MCP registry tokens — contain real credentials
.mcpregistry_*
# Personal files
Passport_image.png
USER_INFO_TO_STORE.md
# Val Town tracking script — contains hardcoded secret
valtown_tracking.ts
# Large media / temp files
*.mov
*.mp4
avatar_sips.png
benchmark_card.html
mcp-publisher
# wrangler files
.wrangler
.dev.vars*
!.dev.vars.example
# ── Local / internal — never commit (public repo) ──────────────────────
# Sales / GTM / demo / internal collateral
GTM_TARGETS.md
PRESENTATION.md
DEMO_SCRIPT.md
FINAL_CLINE_DEMO_SCRIPT.md
CLINE_DEMO_SETUP.md
CLAUDE_MEMORY_INSTRUCTIONS.md
TERMINAL_INTEGRATION_OPTIONS.md
YourMemory Brief.md
deck.html
article_cover.html
enterprise_post_graphic.html
# Screenshots & local media
Screenshot*.png
demo_gifs/
make_gifs.py
# Third-party clone & node deps (do not vendor into this repo)
awesome-llm-apps/
node_modules/
# Local scratch dir
Yourmemory/