- Remove notes/ directory (8 bead tracking files deleted) - Add .force_local to .gitignore (NEEDLE runtime artifact for local execution) - Root directory now matches planned Module Layout structure - All scratch notes removed from repo root Bead-Id: bf-349i
9 lines
151 B
Text
9 lines
151 B
Text
# Rust build artifacts
|
|
target/
|
|
|
|
# Bead-forge database backups
|
|
.beads/beads.db.backup.*
|
|
|
|
# NEEDLE worker artifacts
|
|
.needle-predispatch-sha
|
|
.force_local
|