# build output
# build output
build/
build-tsan/
build-test/
build-cov/
*.o
*.a
*.so
*.dylib

# editor / OS
.vscode/settings.json
.vscode/ipch/
.DS_Store

# python
__pycache__/
*.pyc
.venv/
venv/
.venv-tools/
bench/.venv/


# secrets
.env

# test scratch files
*.wal

notes.md

# benchmark datasets - large, downloadable, not ours to redistribute
bench/data/

app/.venv/
app/data/