-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
166 lines (144 loc) · 3.6 KB
/
.gitignore
File metadata and controls
166 lines (144 loc) · 3.6 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
node_modules/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
.env
.env.local
.vscode/
.idea/
*.swp
*.swo
*~
# Audio files (but keep background music tracks)
.claude/audio/*
!.claude/audio/tracks/
!.claude/audio/tracks/*.mp3
!.claude/audio/backgrounds/
.claude/audio/backgrounds/*
!.claude/audio/backgrounds/README.md
!.claude/audio/backgrounds/dreamy-house.mp3
!.claude/audio/backgrounds/agent-vibes-dark-chill-step.mp3
# TTS cache files (NEVER commit these - they can be 5GB+)
.claude/audio/tts-*.mp3
.claude/audio/tts-*.wav
.claude/audio/tts-padded-*.mp3
.claude/audio/tts-padded-*.wav
.claude/audio/bmad-party-mode-recordings/
.claude/journal/
.claude/tts-*.txt
# Config files (user-specific — only ship the .sample template)
.claude/config/*
!.claude/config/audio-effects.cfg.sample
.claude/settings.local.json
CLAUDE.md
.agentvibes/
.claude/piper-voices/
.claude/piper-voices-dir.txt
.claude/github-star-reminder.txt
.bmad-agent-context
*.tgz
*.code-workspace
*.db
*.sqlite
*.sqlite3
# Voice model files (too large for git, download separately)
mcp-server/voices/*.onnx
mcp-server/voices/*.onnx.json
templates/audio/welcome-demo.wav
templates/audio/*.wav
# BMAD Documentation (never commit)
.bmad/
.bmad-core/
.claude/commands/BMad/
.claude/commands/bmad/
.claude/commands/agent-vibes-bmad.md
.claude/commands/agent-vibes-bmad-party.md
.claude/hooks/bmad-party-manager.sh
.claude/hooks/stop.sh
docs/stories/
docs/prd.md
docs/*.snagx
docs/Screenshot*.png
docs/macos-piper-issue.md
docs/stargazer-cms-prd.md
docs/whatsapp-*.md
PRODUCT_REQUIREMENTS.md
WORKSPACE_GUIDE.md
WORKSPACE_SETUP_SUMMARY.md
RELEASE_NOTES_*_DRAFT.md
github-profile-draft.md
agentvibes.org/
agentvibes/org/
# MCP Server config (user-specific)
.mcp.json
.mcp-minimal.json
# Local symlinks (user-specific paths)
screenshots
sounds
personalities
# Local utility scripts
fixcolors
sonar
scripts/fix-wsl-audio.sh
scripts/fix-audio-tunnel.sh
scripts/fix-audio-tunnel-complete.sh
scripts/check-audio-tunnel.sh
scripts/check_audio_tunnel.sh
scripts/health-check-tunnel.sh
scripts/audio-tunnel.config
# Test state files
.test-bmad-config
# Windows NTFS metadata
*:Zone.Identifier
# Windows NUL device artifacts (created by >NUL redirects in PowerShell)
nul
# Backup and temp files
*.backup-*
*.new
.claude/personalities/backups/
# LinkedIn articles (personal drafts)
linkedin/
# Scripts folder - user-specific config
scripts/audio-tunnel.config
.sonarqube-storage/
# AgentVibes hide/show feature - local user state (never commit)
.claude/.agentvibes-backup/
.claude/.agentvibes-hidden.flag
# Stargazer CMS - Private project (separate repo)
../agentvibes-stargazers/
# Journal files (may contain sensitive conversation logs)
.claude/journal/
agentvibes.org/.claude/journal/
coverage/
# BMAD project artifacts and planning docs (separate workflow)
_bmad/
docs/epics.md
docs/stories.md
docs/analysis/
docs/implementation-artifacts/
docs/planning-artifacts/
docs/requirements/
docs/excalidraw-diagrams/
# Release guides and installer docs (temporary, for releases only)
RELEASE_GUIDE_*.md
RELEASE_NOTES_v*.md
RELEASE_PACKAGE_SUMMARY.md
INSTALLER-ENHANCEMENT-*.md
INSTALLER-ENHANCEMENT-COMPLETION-REPORT.md
INSTALLER-ENHANCEMENT-INDEX.md
INSTALLER-ENHANCEMENT-SUMMARY.md
# Installation screenshots (generated during testing)
docs/installation-screenshots/
# Voice sample generation scripts (user-specific)
scripts/generate-*.sh
scripts/regenerate-*.sh
# Local project state files
.agentvibes-unmuted
.claude/hooks/post-response.sh
.claude/story-workflow.sh
bin/ensure-soprano-running.sh
docs/personality-preview-phrases.md
# Test infrastructure (not part of core package)
test/installer/