treeboost 0.1.0

High-performance Gradient Boosted Decision Tree engine for large-scale tabular data
Documentation
# Rust build artifacts
/target/
**/*.rs.bk
Cargo.lock
.cargo

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

# Claude Code
.claude/
CLAUDE.md
AGENTS.md

# Benchmark results and profiling
*.profraw
*.profdata
perf.data
perf.data.old
flamegraph.svg
cachegrind.out.*
callgrind.out.*

# Model files and checkpoints
*.rkyv
*.bin
*.onnx
*.safetensors
*.gguf
results

# Data files (ignored)
*.csv
*.parquet
*.arrow
*.feather
*.xlsx

# Sample data - all ignored (generate locally with scripts/generate_samples.py)
samples/
examples/local

# Logs
*.log
logs/

# Environment
.env
.env.local

# Python (if any bindings added)
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
.eggs/
dist/
build/
*.whl
.venv/
venv/

# Temporary files
*.tmp
*.temp
.cache/

target

# Resources - external dependencies (keep tracked via path deps in Cargo.toml)
# Uncomment if you don't want to track these:
# /resources/

# OS files
Thumbs.db
.Spotlight-V100
.Trashes
resources/*
catboost_info


# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.python-version
.venvs