pipeflow 0.0.4

A lightweight, configuration-driven data pipeline framework
Documentation
# Generated by Cargo
/target/

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

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.so
*.dylib
*.dll

# Test artifacts
*.profraw
*.profdata

# Local configuration
.env
.env.local
*.local.yaml

# Output files
data/
*.jsonl

# Buffer directories
/buffer/