-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (65 loc) ยท 1.66 KB
/
Copy path.gitignore
File metadata and controls
80 lines (65 loc) ยท 1.66 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
# ํ๊ฒฝ ๋ณ์ (ํ ํฐ ํฌํจ)
.env
heysquid/.env
# Python ์บ์
__pycache__/
*.pyc
*.pyo
*.pyd
# ๊ฐ์ํ๊ฒฝ
venv/
# ๊ฐ์ธ ๋๊ตฌ (ํจํค์ง ๋ฏธํฌํจ)
private/
# ๊ฐ์ธ ํ๋ฌ๊ทธ์ธ (๋ก์ปฌ ์ ์ฉ, ๊ณต๊ฐ ๋ ํฌ์์ ์ ์ธ)
# auto-discovery๋ก ๋์ํ๋ฏ๋ก ํด๋๋ง ๋ฃ์ผ๋ฉด ๋จ
heysquid/skills/marketing/
heysquid/skills/saju_fortune/
heysquid/skills/deep_work/
heysquid/automations/briefing/
heysquid/automations/threads_post/
# FanMolt ์์ด์ ํธ ์ค์ (API ํค ํฌํจ โ ์ ๋ ์ปค๋ฐ ๊ธ์ง)
heysquid/skills/fanmolt/agents/*.json
# Automation ๋ฐํ์ ์ํ ํ์ผ
heysquid/automations/fanmolt_heartbeat/_state.json
# ๊ฐ์ธ ๋ฐํ์ ๋ฐ์ดํฐ
data/
tasks/
# workspaces context.md๋ ์ถ์ , ๋ฐํ์ ๋ฐ์ดํฐ๋ ๋ฌด์
workspaces/*/tasks/
workspaces/*/_state.json
workspaces/*/*.log
logs/
*.log
# ๋น๋ ์ํฐํฉํธ
dist/
build/
*.egg-info/
# IDE ์ค์
.vscode/
.idea/
*.swp
*.swo
*~
# Claude Code ๋ก์ปฌ ์ค์ (ํ ํฐ ํฌํจ ๊ฐ๋ฅ)
.claude/settings.local.json
# OS ํ์ผ
.DS_Store
Thumbs.db
# ๋ ๋๋ง๋ plist (๋ก์ปฌ ์ ์ฉ, ํ
ํ๋ฆฟ์ heysquid/templates/์)
scripts/*.plist
# ํ
์คํธ ์คํฌ๋ฆฐ์ท (๋ก์ปฌ ์ ์ฉ)
tests/screenshots/
# ๋ ๊ฑฐ์ ํด๋
mybot_ver2*/
.vercel
# Private content (managed in heysquid-private)
workspaces/threads/context.md
workspaces/threads/draft_*.md
workspaces/threads/drafts_*.md
heysquid/skills/threads_fortune/_content_bank.py
heysquid/skills/threads_fortune/_content_generator.py
heysquid/skills/threads_fortune/_engage_persona.py
heysquid/skills/easytext/
scripts/generate_weekly_drafts.py
data/easytext_prompts.md
data/threads_engage.json