licenz-core 0.2.0

Offline software license verification with RSA signatures, hardware binding, and anti-tamper detection
Documentation
# Build artifacts
/target/

Cargo.lock


# IDE
.idea/

.vscode/

.claude/

.cursor/

*.swp

*.swo


# Keys (don't commit these!)
/keys/

*.pem


# License files (for testing)
*.lic

license.json


# OS files
.DS_Store

Thumbs.db


# Python
__pycache__/

*.pyc

.venv/


# Node
node_modules/