mrrc 0.7.4

A Rust library for reading, writing, and manipulating MARC bibliographic records in ISO 2709 binary format
Documentation
# Rust build artifacts and benchmarks
target/
Cargo.lock
**/*.rs.bk
*.pdb

# Note: Criterion.rs results in target/criterion/ are not tracked
# They are regenerated by 'cargo bench --release'

# Benchmark outputs (contain local paths and machine-specific data)
.benchmarks/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.env
.env.local

# Profiling and coverage
*.profraw
*.profdata
/coverage/
*.lcov
cobertura.xml
tarpaulin-report.html
flamegraph.svg
flamegraphs/
*.perf
perf.data
perf.data.old

# Documentation
/doc/
# MkDocs build output
/site/
# Note: /docs/ is intentionally NOT ignored - it contains project documentation

# Test outputs
test-output/
*.log

# Large benchmark fixtures (regenerate with scripts/generate_benchmark_fixtures.py)
tests/data/fixtures/100k_records.mrc

# OS-specific
.DS_Store
Thumbs.db
BooksAll*.gz

# Python virtual environments
venv/
.venv
.venv/
env/
.env

# Python build artifacts
*.egg-info/
__pycache__/
dist/
build/
*.so

# Agent skills and configuration
.agents/
.abacus/

# External tools (LOC converters, etc.)
tools/

# Claude Code local settings (user-specific permissions)
.claude/settings.local.json