# ClawHub publish ignore — keep only skill bundle content.
# A bundle plugin only needs the manifest, skills/, and docs;
# the Go source / binaries are shipped via GitHub release & npm separately.

# macOS junk
.DS_Store

# Go source & build artifacts (consumers don't need them to use the skills)
cmd/
internal/
main.go
go.mod
go.sum
mp2rss
dist/

# Dev / tooling
Makefile
.editorconfig
.golangci.yml
.github/
.gitignore

# Tests & e2e
test/

# Other distribution channels
npm/
scripts/
