claude-print/.gitignore
jedarden 1d0799531c chore(bf-3k2): remove repo cruft
- 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
2026-07-02 14:59:36 -04:00

8 lines
138 B
Text

# Rust build artifacts
target/
# Bead-forge database backups
.beads/beads.db.backup.*
# NEEDLE worker artifacts
.needle-predispatch-sha