# Source and build artifacts
src/
target/
Cargo.*
*.rs
*.toml
*.lock

# Dev/CI infrastructure
.claude/
.github/
tests/
python/
.beads
.dolt/

# Docs and notes
AGENTS.md
SUMMARY.md
notes/

# Build tools
justfile
