ries 1.1.1

Find algebraic equations given their solution - Rust implementation
Documentation
# Rust build artifacts
/target/
/ries-py/target/
**/*.rs.bk

# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.coverage
build/
dist/
.venv/
venv/
env/

# Node.js and WASM artifacts
node_modules/
package-lock.json
pkg/
pkg-node/
pkg-bundler/
pkg-threads/
*.wasm
test_wasm.js

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Debug and profiling
*.dSYM/
*.profraw

# Temporary files
*.tmp
*.bak
test-results/
output/
playwright-report/
.playwright-mcp/
.codex-playwright/

# Local assistant config
.claude/
CLAUDE.md
.github/hooks/

# Local cargo config
.cargo/

# Local binaries
rust_out

# Tool backups
*.orig

# Git worktrees
.worktrees/
repomix-output.xml

# Coverage reports
tarpaulin-report.html
lcov.info
coverage/
*.lcov

# Profiling
flamegraph.svg
perf.data
perf.data.old
*.folded

# Environment
.env
.env.*