jsonata-core 2.1.2

High-performance Rust implementation of JSONata query and transformation language
Documentation
# Build artifacts
*.so
*.dylib
*.dll
*.pdb
*.egg-info/
dist/
build/
.eggs/
*.egg

# Rust
/target/
**/*.rs.bk
target/criterion/
benchmarks/rust/target/
benchmarks/target/

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/
ENV/
.venv-wsl/

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

# OS
.DS_Store
Thumbs.db

# Documentation builds
docs/_build/
docs/api/
site/

# Test/benchmark outputs
test-suite-report.json
test-suite-run.log
benchmarks/results/*.json
benchmarks/charts/*.png

# Node (in benchmark subdirectories)
node_modules/
benchmarks/javascript/node_modules/
benchmarks/javascript/package-lock.json

# Test artifacts
# tests/jsonata-js/ - Now a git submodule, don't ignore

# Temporary files
*.tmp
*.bak