riptoken 0.2.4

Fast BPE tokenizer for LLMs — a faster, drop-in compatible reimplementation of tiktoken
Documentation
# Rust
target/
Cargo.lock.bak

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Maturin
wheels/

# Editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Vocab files (large, download separately)
*.tiktoken
!tests/data/*.tiktoken