# build artifacts (anchored to the repository root)
*.o
*.dSYM/
/*.plist
/kuttidb
/kuttidb-bench
/bench_stream
/bench_queue
/kuttidb_sanitize
/kuttidb_tsan
/libkuttidb_embed.dylib
/libkuttidb_embed.so
/core_test*
/platform_test
/queue_*test*
/exchange_test
/atomic_test
/stream_test*
/fuzz_test*
/embed_aslr_test
/queue_tsan_test
/build/
clients/rust/target/
clients/java/target/
clients/java/*.class
__pycache__/
*.pyc
.DS_Store
# JavaScript workspace artifacts
node_modules/
.pnpm-store/
apps/management-ui/dist/
packages/*/dist/
# local runtime data
*.wal
*.wal.queues
*.wal.streams
*.wal.snap
*.wal.compact.*
*.wal.checkpoint.*
/run/
/managed_lifecycle_test
/managed_lock_test
# Python client packaging (staged from src/ and clients/ by prepare.py)
clients/python/kuttidb/client.py
clients/python/kuttidb/embed.py
clients/python/kuttidb/local.py
clients/python/LICENSE
clients/python/dist/
# Generated from the canonical demo and client before GitHub Pages upload.
/landing/demo.tar.gz

# Local planning documents — kept out of the repository by request.
docs/plans/
