__pycache__/
*.pyc
.venv/
*.db
*.db-wal
*.db-shm
data/
*.egg-info/
dist/
build/
.DS_Store

# Benchmark working artifacts written at the repo root by benchmarks/run_trackb.sh
# (OUTPUT_DIR defaults to a repo-root-relative path; see benchmarks/README.md).
# Anchored to the root on purpose: curated result sets kept under
# benchmarks/measurements/ are tracked deliberately and must not be swept up here.
/trackb_results*/
/lmeb_results*/
/*.log
