# Build output — `just nim-lib` writes build/nim, the Flutter targets the rest. /build/ # Nim's own object/cache tree, and the test binaries `nim c -r` leaves beside # the sources — one per tests/t*.nim, named without an extension. /nim/nimcache/ /nim/tests/t* !/nim/tests/t*.nim # The pinned Flutter/JDK/Clojure tarballs `tools/toolchain.sh` fetches, plus # the pub cache, gitlibs and maven repo it keeps beside them. A gigabyte of # SDK, reproducible from the hashes in that script. /.toolchain/ # Tool caches. /.cpcache/ /.lsp/ /.clj-kondo/ # Nix build symlinks. /result /result-* # samizdat writes its journal into whatever project it is pointed at. .samizdat/ # Python bytecode, from the loader the .modal/ containers import. __pycache__/ # The mirror `just web-local` keeps of the Modal-built web bundle. .web-local/