msri 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
msri-0.2.1/.gitignore ADDED
@@ -0,0 +1,28 @@
1
+ /target
2
+ .flox
3
+
4
+ # Coding-agent and editor local state. Machine-specific, and it belongs
5
+ # to one checkout.
6
+ /.claude/
7
+ /.cursor/
8
+ /.aider*
9
+ /.gaff-state/
10
+ *.swp
11
+ *~
12
+ \#*\#
13
+ .DS_Store
14
+
15
+ # Local dependency overrides. A path override names a directory on one
16
+ # machine, so it exposes the account layout and breaks every other
17
+ # clone. Keep them here, never in Cargo.toml.
18
+ /.cargo/config.toml
19
+ /config.toml
20
+
21
+ # Nix build output.
22
+ /result
23
+ /result-*
24
+
25
+ # Generated by npm/generate.mjs at release time: one package per
26
+ # platform, each holding a built binary. A binary does not belong in
27
+ # git, and one committed by accident ships inside the crate.
28
+ npm/msri-*/