calcli 0.4.0

Fast terminal calculator (TUI) with history, variables and engineering helpers
Documentation
# ============================================================
# General
# ============================================================

# macOS
.DS_Store
**/.DS_Store
._*
.AppleDouble
.LSOverride
.Spotlight-V100
.Trashes
.fseventsd
.DocumentRevisions-V100
Icon

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Linux / editor backups
*~
.netrwhist

# Editors / IDEs
.vscode
.idea
*.code-workspace
*.sw?
.history

# Environment files
.env
# ...but keep committable example/template files:
!.env.example
!.env.template

# Logs
*.log

# Claude Code
.claude


# ============================================================
# Rust
# ============================================================

# Generated by Cargo / build output
target
target.nosync
rls
*.o

# Cargo.lock is committed: calcli ships as a binary, so the lockfile pins the
# exact dependency versions the release is built and tested against.

# Cargo config
.cargo/config.toml

# Backup files generated by rustfmt
**/*.rs.bk

# MSVC debugging information
*.pdb

# cargo-mutants output
**/mutants.out*/

# rustc internal compiler error dumps
rustc-ice-*.txt