23 lines
474 B
Plaintext
23 lines
474 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
bun.lock
|
|
|
|
# Scratch directory for scenario testing
|
|
.scratch/
|
|
|
|
# Beads issue tracking
|
|
# Note: .beads/.gitignore handles internal ignores (db, daemon files, etc.)
|
|
# We track: config.yaml, issues.jsonl, metadata.json, README.md
|
|
|
|
# Agent planning notes (internal)
|
|
.agents/plans/
|
|
|
|
# Agent-kit test output (scaffolding artifacts)
|
|
agent-kit/test-output/
|
|
|
|
# Deprecated/archived components
|
|
.archive/
|
|
|
|
# Ephemeral output (docs-audit reports, etc.)
|
|
.pack/
|