-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.forkignore
More file actions
93 lines (82 loc) · 2.73 KB
/
Copy path.forkignore
File metadata and controls
93 lines (82 loc) · 2.73 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
# Files/patterns to exclude when forking Ruby to clients
# One pattern per line, uses gitignore syntax
# =============================================================================
# CREDENTIALS (NEVER fork these)
# =============================================================================
.env
.env.local
.env.*
!.env.example
.mcp.json
.claude/agents/.mcp.json
.claude/settings.local.json
.claude/scripts/google/trinity-vertex-ai-account.json
*-account.json
credentials.json
*.pem
*.key
# =============================================================================
# EUGENE-SPECIFIC STATE FILES
# =============================================================================
# Scheduling and tracking
.claude/memory/schedule.json
.claude/memory/content_library.yaml
.claude/memory/article_promotions.json
.claude/memory/ceo_engine_jobs.json
# Twitter engagement
.claude/memory/twitter_engagement_state.json
.claude/memory/micro_influencers_tracker.json
.claude/memory/reply_queue.json
.claude/memory/queued_tweet_replies.md
.claude/memory/twitter_replies.txt
.claude/memory/trend_research_state.json
.claude/memory/tweet_analysis_temp.json
.claude/memory/x_premium_trial_tracker.json
# Influencer databases
.claude/memory/ai_tech_influencers_database*.json
.claude/memory/influencer_twitter_data*.json
# YouTube analytics
.claude/memory/youtube_baseline.json
.claude/memory/youtube-analysis/
.claude/memory/intro_templates.json
# Historical reports (Eugene-specific)
.claude/memory/*_report_*.md
.claude/memory/engagement_report_*.md
.claude/memory/twitter_analytics_*.md
.claude/memory/twitter_analytics_*.txt
.claude/memory/published_content.md
# =============================================================================
# CLAUDE RUNTIME (ephemeral, not agent value)
# =============================================================================
.claude/telemetry/
.claude/todos/
.claude/debug/
.claude/projects/
.claude/cache/
.claude/credentials/
.claude/statsig/
# =============================================================================
# DEVELOPMENT ARTIFACTS
# =============================================================================
.venv/
venv/
**/venv/
**/.venv/
node_modules/
__pycache__/
*.pyc
*.pyo
*.log
.DS_Store
scripts/archive/
resources/temp/
outputs/
# =============================================================================
# BRANDED VIDEO ASSETS (clients need their own)
# =============================================================================
# Exclude branded intros/outros and B-roll (clients create their own)
.claude/skills/edit-video/assets/intros/
.claude/skills/edit-video/assets/broll/
.claude/skills/create-video/assets/intros/
.claude/skills/create-video/assets/outros/
# Keep: music/, sfx/, fonts/ (generic, reusable)