/target
target/
# sandbox/
.DS_Store
.vscode/*
.vscode
.vscode/settings.json
.vscode/settings.json
.venv/
*.ipynb
.ipynb_checkpoints/
.claude/*

# Python bindings build/packaging artifacts (python/ crate)
__pycache__/
*.py[cod]
*.so
*.egg-info/
build/
dist/
*.whl

# Datasets
*.csv
# Build artifacts
python/target/
dist/
