Agent Skill for searching and downloading torrents via TorrentClaw. Includes SKILL.md with OpenClaw metadata, bash scripts for torrent client detection, CONTRIBUTING.md, CHANGELOG.md, CI/CD with GitHub Actions (shellcheck + conventional commits), lefthook git hooks, Makefile, and .editorconfig.
23 lines
175 B
Text
23 lines
175 B
Text
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Temp
|
|
/tmp/
|
|
*.tmp
|
|
|
|
# Lefthook
|
|
lefthook-local.yml
|
|
.lefthookrc.local
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|