; Keep local dev runtime data out of the build/watch tree. The dev server's ; SQLite database lives in local_db/; without this exclusion, each write ; retriggers `dune -w`, restarting the server in a loop. (dirs :standard \ local_db local)