# build output, per language
/rust/target/
/benchmarks/target/
/python/**/target/
/python/**/dist/
/python/**/*.egg-info/
/python/**/.venv/
/nodejs/**/node_modules/
/nodejs/**/*.node

**/*.rs.bk
*.pdb
__pycache__/

# recorded benchmark data and baselines
/benchmarks/data/

.DS_Store
*.token
/python/.venv/
/python/**/dist/
/python/**/target/

# built by `maturin develop` into the source tree
/python/**/*.so
/python/**/*.pyd
/python/**/*.dylib
