term-maths 1.0.0

Character-grid mathematical notation renderer for terminals --- LaTeX math to 2D Unicode art
Documentation
# Rust
/target/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
.venv/

# Compiled native extensions (produced by maturin develop)
*.so
*.dylib
*.dll

# Sphinx build output
python/docs/_build/

# Root-level dev notes (design.md, research.md — not for the repo)
/docs/

# Editor / OS
*.log
*.tmp
*.bak
.DS_Store