-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (28 loc) Β· 859 Bytes
/
.gitignore
File metadata and controls
34 lines (28 loc) Β· 859 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
# build output
/bin/
/dist/
# embedded sub-tool binaries fetched at build time, not committed
/internal/embed/bin/
# Go
*.test
*.out
/coverage.out
vendor/
# runtime config materialized from config.example.yaml (CI step "Sync embedded config")
/config.yaml
# editor
.idea/
.vscode/
*.swp
.DS_Store
# Claude Code per-machine state. Skills under .agents/skills/ ARE tracked
# (this repo is the canonical home for the coily meta-aggregator skill,
# which encodes coily's operational role across hosts. The general
# pattern of skills-in-agentic-os-kai still holds for everything else; coily
# is the named exception because it IS the operational layer it would
# otherwise be a runbook for). Matches agentic-os-kai/.gitignore for parity.
.claude/settings.local.json
.claude/worktrees/
.agents/skills/*/scripts/venv/
# Windows/Cygwin crash dumps
*.stackdump