caxton 0.1.2

A modern, efficient typesetting and document preparation system
# Rust
target/
debug/
**/*.rs.bk
Cargo.lock

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local
.envrc
.direnv/

# Test coverage
coverage/
*.lcov

# Logs
logs/
*.log

# Nix
result
result-*

# NPM local global packages and cache
.npm-global/
.npm-cache/

# Work coordination files
WORK.md

# Debugging
*.pdb
*.idb
core
vgcore.*
callgrind.out.*
perf.data
perf.data.old

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

.claude/memory/


# Claude Flow generated files
.claude/settings.local.json
.mcp.json
claude-flow.config.json
.swarm/
.hive-mind/
memory/claude-flow-data.json
memory/sessions/*
!memory/sessions/README.md
memory/agents/*
!memory/agents/README.md
coordination/memory_bank/*
coordination/subtasks/*
coordination/orchestration/*
*.db
*.db-journal
*.db-wal
*.sqlite
*.sqlite-journal
*.sqlite-wal
claude-flow
claude-flow.bat
claude-flow.ps1
hive-mind-prompt-*.txt


# Added by cargo

/target