seedelf-cli 0.4.0

Seedelf: A Cardano Stealth Wallet
Documentation
# Generated by Cargo
/target/
**/*.rs.bk

# Build artifacts
/debug/
release/

# Cargo Dist outputs
/dist/                # If cargo-dist generates output in 'dist' folder
*.zip                 # ZIP archives
*.tar.gz              # Tarball archives
*.sha256              # Checksum files

# Ignore Cargo.lock if the project is a library (optional)
# Uncomment if your project is a library and not a binary
# Cargo.lock

# Dependency directories
/.cargo/
**/Cargo.lock.bak

# Ignore temporary files
*.tmp
*.swp
*.swo
*.DS_Store
*.log
*.bak
*.lock
*.temp

# By default, don't ignore node_modules of your app
node_modules/
**/*.js.map

# Editor-specific files
.idea/
*.iml
*.vs/
.vscode/
*.code-workspace

# MacOS files
.DS_Store

# Windows files
Thumbs.db
*.cabinet
.idea/cache- backup

---