Skip to content

Commit 1acd1fb

Browse files
chore: remove build artifacts and ad-hoc scripts, update .gitignore
Removed from tracking: - demo.tape (VHS recording script, contained server IP) - TEST_RELEASE.md (1-line test file) - scripts/test_mcp_*.sh, test_null_fix.sh (ad-hoc debug scripts) Updated .gitignore to prevent re-adding: - melisai, *.test (compiled binaries) - demo.tape, TEST_RELEASE.md - scripts/test_mcp_*.sh, scripts/test_null_fix.sh - articles/ (local drafts, not for repo) - .claude/, .gemini/ (AI tool local state) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 37fc815 commit 1acd1fb

6 files changed

Lines changed: 15 additions & 206 deletions

File tree

.gitignore

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Binaries
22
bin/
3+
melisai
34
*.exe
5+
*.test
46

57
# Test coverage
68
coverage.out
79
*.coverprofile
810

911
# Build artifacts
1012
dist/
13+
demo.tape
1114

1215
# IDE
1316
.idea/
@@ -23,13 +26,20 @@ Thumbs.db
2326
# Go
2427
vendor/
2528

26-
# Context docs (internal)
29+
# Context docs (internal, force-added selectively)
2730
context/
2831

29-
# Gemini agent artifacts
32+
# AI tools
3033
.gemini/
31-
/melisai
3234
.claude/
33-
collector.test
34-
*.test
35+
36+
# Release automation artifacts
3537
docs/RELEASE_WORKFLOW.md
38+
TEST_RELEASE.md
39+
40+
# Ad-hoc test scripts (not part of go test suite)
41+
scripts/test_mcp_*.sh
42+
scripts/test_null_fix.sh
43+
44+
# Articles (local drafts)
45+
articles/

TEST_RELEASE.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

demo.tape

Lines changed: 0 additions & 13 deletions
This file was deleted.

scripts/test_mcp_integration.sh

Lines changed: 0 additions & 118 deletions
This file was deleted.

scripts/test_mcp_pid.sh

Lines changed: 0 additions & 32 deletions
This file was deleted.

scripts/test_null_fix.sh

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)