node_modules/
*.tgz
.DS_Store

# Local artifacts from running `npx skills add` inside this repo to test it.
# The source of truth for a skill is skills/<id>/SKILL.md, a real file; a
# consumer install writes .agents/ and symlinks over skills/, which would
# otherwise get committed as a broken tree.
.agents/
.claude/
skills-lock.json

# Python build artifacts
python/dist/
python/build/
*.egg-info/
__pycache__/

# Go build output (the binary shares its name with the module dir)
go/shipreal

# Built gems
ruby/*.gem
