libgrammstein 0.1.0

Hybrid language model (N-gram + Embeddings) for WFST text correction
# Rust build artifacts
/target/
**/*.rs.bk

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

# Perf profiling artifacts (DO NOT COMMIT)
perf.data
perf.data.old
*.perf
perf-*.txt
perf-*.data

# Valgrind / massif profiling artifacts
massif.out.*
massif-*.txt
callgrind.out.*
cachegrind.out.*

# Criterion benchmark artifacts
target/criterion/

# Flamegraph artifacts (if generated)
*.svg
flamegraph*.html

# Coverage artifacts
*.profraw
*.profdata
lcov.info
coverage/
tarpaulin-report.html

# proptest regression files (optional - can commit for reproducibility)
# proptest-regressions/

# Temporary files
*.tmp
*.temp
*.log

# Documentation build artifacts
docs/_build/
docs/optimization/*.txt

# Claude temporary files
.claude/plans/*.bak

# Trained model files (user-generated, not test fixtures)
*.bin
!test_data/**/*.bin

# Dictionary files
*.dict
*.dict.bin

# Checkpoint files
checkpoints/
wal_archive/
*.artrie
*.idx
*.wal
*.checkpoint.json
global_checkpoint.json
*_ckpt_*.bin
*_latest.bin
embedding_latest.bin

# BPE tokenizer outputs
tokenizer.json

# GPU shader cache
.wgpu/

# =============================================================================
# Formal Verification Artifacts
# =============================================================================

# Rocq/Coq compiled objects and build artifacts
formal/rocq/*.vo
formal/rocq/*.vos
formal/rocq/*.vok
formal/rocq/*.glob
formal/rocq/.*.aux
formal/rocq/.lia.cache
formal/rocq/.nra.cache
.nra.cache
formal/rocq/CoqMakefile
formal/rocq/CoqMakefile.conf
formal/rocq/.CoqMakefile.d

# TLA+ model checker state files
formal/tla/states/
formal/tla/.tlacache/
.aider*

.pgmcp.toml

!docs/diagrams/*.svg