invar-cli 1.0.0

The Unchanging Key for Changing Data - Generate immutable structural state roots for cryptographic cache keys
# Build artifacts
target/

# Git
.git/
.gitignore

# IDE
.idea/
.vscode/
*.swp
*.swo

# Documentation
*.md
!README.md

# CI/CD
.github/

# Examples and benchmarks (not needed for build)
examples/
benchmarks/
demo/

# Tests (not needed for release build)
tests/