tally-cli 1.2.0

A persistent, inter-process counter for all your shell scripts
Documentation
# Ignore Cargo build directory
/target/

# Ignore the output of the rustup toolchain installs
/.rustup/
/.rustup/

# Ignore compiled binary (if you're using a build script)
*.rs.bk

# If using `cargo install`, ignore installed binaries
bin/

# Ignore the generated documentation
/target/doc/

# Ignore build artifacts (incremental compilation, etc.)
**/*.rs.bk
**/*.rlib

# If using Rustfmt, ignore formatting backups
**/*.rs.bk

# Ignore files generated by tests
/tests-output.txt
/tests-output/

# Ignore IntelliJ IDEA's project files
.idea/
*.iml
*.iws
out/

# Ignore Visual Studio Code settings
.vscode/
*.code-workspace

# Ignore files generated by CLion/Rust plugin
cmake-build-*/ 
/.idea/
/.idea/
/*.ipr
/*.iml
/.idea/modules.xml
.idea/workspace.xml

# macOS

database.db