-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (28 loc) · 960 Bytes
/
.gitignore
File metadata and controls
38 lines (28 loc) · 960 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
# IDE settings
.vscode
# Local Claude Code settings
.claude/settings.local.json
# Single-use handoff payloads written by the Grove VS Code extension and
# consumed by grove-* skills — should never be committed.
.claude/grove-handoff.json
# Skill eval workspaces and LLM score caches (local artifacts)
.claude/skills/*-workspace/
.claude/skills/run-evals.sh
# Claude Code agent worktrees (local artifacts)
.claude/worktrees/
# MacOS generated files
.idea
.DS_Store
.idea
.env
# AI chatlog file
.github/prompts/ai-chatlog.md
# Output files from the unified ToC implementation's verification script
/content/table-of-contents/verification-script/matched.csv
/content/table-of-contents/verification-script/missed.csv
# Local Netlify folder
.netlify
# pnpm can materialize a project-local store (e.g. isolated/sandbox installs); never commit
.pnpm-store/
# Lint-docs dependencies (installed locally when running linters)
.github/lint-docs/node_modules/