# Rust build artifacts
target/
Cargo.lock

# Python / build artifacts
__pycache__/
*.py[co]
build/
dist/
wheels/
*.egg-info
*.so
.venv

# generated ETL output
examples/demo/out/
examples/*/out/
/tmp/
