graph-sp 2026.1.1

High-performance DAG execution engine with Python bindings
Documentation
# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

# Cargo lock for libraries (can be committed for binaries)
# Uncomment if this is an application
# Cargo.lock

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

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

# OS files
.DS_Store
Thumbs.db

# Test artifacts
*.profraw
*.profdata

# Documentation
/target/doc/