-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (38 loc) · 1.26 KB
/
Copy path.gitignore
File metadata and controls
46 lines (38 loc) · 1.26 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
# Local install-time scratch — written by `agentbundle install`,
# consumed by the adapt-to-project skill at session start. The path
# *is* the scope (repo-scope marker only here — user-scope marker
# lives inside ~/.agentbundle/, outside any repo).
.adapt-install-marker.toml
# Work-loop session state — per-spec scratch, never committed.
docs/specs/**/state.json
# Supervisor-mode worktrees.
.worktrees/
# Implementer reports — session-scratch.
docs/specs/**/notes/implementer-*.md
# Personal Claude Code overrides.
CLAUDE.local.md
.claude/settings.local.json
AGENTS.local.md
# OS / editor noise.
.DS_Store
*.swp
.vscode/
.idea/
# Python build artefacts.
*.egg-info/
*.pyc
build/
# The agentbundle package ships a `build/` subpackage (the build
# pipeline). Override the generic `build/` ignore for this path so new
# files there are tracked — previous additions slipped past without
# notice because the ignore is silent.
!packages/agentbundle/agentbundle/build/
!packages/agentbundle/agentbundle/build/**
# __pycache__ stays ignored everywhere (must come *after* the
# build/** override so it applies inside the exception too).
__pycache__/
# Build pipeline output.
dist/
# Conductor scratch + per-workspace probe scaffolding.
.context/
.claude/scheduled_tasks.lock