- Remove notes/bf-1ae5.md (per-bead scratch file, not in Module Layout) - Add .gitignore to exclude: - target/ (Rust build artifacts) - .beads/beads.db.backup.* (database backups) - .needle-predispatch-sha (NEEDLE worker artifact) Root now contains only files specified in plan Module Layout: AGENTS.md, build.rs, CI YAMLs, docs/, scripts/, src/, tests/, Cargo.toml/lock, claude-print.yaml, install.sh, README.md
8 lines
138 B
Text
8 lines
138 B
Text
# Rust build artifacts
|
|
target/
|
|
|
|
# Bead-forge database backups
|
|
.beads/beads.db.backup.*
|
|
|
|
# NEEDLE worker artifacts
|
|
.needle-predispatch-sha
|