-
-
Notifications
You must be signed in to change notification settings - Fork 234
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (46 loc) · 969 Bytes
/
Copy path.gitignore
File metadata and controls
56 lines (46 loc) · 969 Bytes
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
# Python (helper scripts)
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
# Generated docs catalog (built in CI for Pages)
web/catalog.html
web/leaderboard.html
web/community.html
web/coverage.html
web/skill/
web/sitemap.xml
web/robots.txt
# vercel-labs `skills` CLI install artifacts (if run inside the repo)
.agents/
.claude/skills/
skills-lock.json
# Generated full eval set (regenerated by scripts/gen-eval-cases.mjs)
evals/cases.full.json
# Generated agent-discovery files (rebuilt on deploy)
web/llms.txt
web/llms-full.txt
# Python build artifacts
python/dist/
python/*.egg-info/
__pycache__/
# VS Code package artifact
*.vsix
# wrangler local cache
.wrangler/
mcp-remote/.wrangler/
# Local dev installs (not committed)
node_modules/
# Self-improve Action working files
.self-improve.json
.self-improve-backups/
pm-skills-course.zip
web/skill-changelog.json
org/sessions-data/
org/white-label/branding.json