-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Expand file tree
/
Copy path.skillignore
More file actions
70 lines (64 loc) · 1.44 KB
/
Copy path.skillignore
File metadata and controls
70 lines (64 loc) · 1.44 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
# Hermes install-time scanner/package exclusions for repository-root scans.
# Keep the public bundle focused on the runtime skill under skills/last30days/.
# VCS, local envs, caches, and generated outputs
.git/
.venv/
__pycache__/
*.pyc
*.log
*.jsonl
*.mp3
*.jpeg
*.jpg
*.png
*.gif
assets/
skills/last30days/assets/
.DS_Store
.coverage
htmlcov/
dist/
work/
print/
# Repo/dev automation and host-specific package metadata
.github/
.agents/
.claude-plugin/
hooks/
mcp/
gemini-extension.json
greptile.json
pyproject.toml
# Non-runtime docs, plans, release notes, fixtures, and tests
docs/
fixtures/
tests/
plans/
agents/
variants/
media/
README.md
CHANGELOG.md
AGENTS.md
CLAUDE.md
CONCEPTS.md
CONFIGURATION.md
CONTRIBUTORS.md
HERMES_SETUP.md
release-notes.md
SKILL-original.md
SPEC.md
TASKS.md
# Dev/eval scripts shipped inside the skill tree but not needed at runtime
skills/last30days/scripts/build-skill.sh
skills/last30days/scripts/compare.sh
skills/last30days/scripts/evaluate_search_quality.py
skills/last30days/scripts/setup-keychain.sh
skills/last30days/scripts/setup-pass.sh
skills/last30days/scripts/test_device_auth.py
skills/last30days/scripts/test-v1-vs-v2.sh
skills/last30days/scripts/verify_v3.py
# Keep visible: optional runtime watchlist/store/briefing feature scripts
# (`watchlist.py`, `store.py`, and `briefing.py`).
# Vendored third-party X-search client (node_modules analog); excluded from scan, still installed.
skills/last30days/scripts/lib/vendor/