Vendor qroissant 0.3.0 baseline

This commit is contained in:
Cam Zalewski 2026-05-20 14:11:30 +01:00
commit 53ac90fe84
56 changed files with 18309 additions and 0 deletions

31
.gitignore vendored Normal file
View file

@ -0,0 +1,31 @@
# Rust
/target/
**/target/
**/*.rs.bk
Cargo.lock.bak
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
# Maturin
*.so
*.pyd
*.dylib
# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
# Local consumer code dropped in for repro, not part of qroissant
/document.py