lmnc 0.2.3__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.
lmnc-0.2.3/.gitignore ADDED
@@ -0,0 +1,29 @@
1
+ /target
2
+ /.almanac-staged/
3
+ /tests/missouri/.missouri/bin/almanac
4
+
5
+ # Coding-agent and editor local state. Machine-specific, and one of
6
+ # these reached public history before.
7
+ /.claude/
8
+ /.cursor/
9
+ /.aider*
10
+ /.gaff-state/
11
+ *.swp
12
+ *~
13
+ \#*\#
14
+ .DS_Store
15
+
16
+ # Local dependency overrides. A path override names a directory on one
17
+ # machine, so it exposes the account layout and breaks every other
18
+ # clone. Keep them here, never in Cargo.toml.
19
+ /.cargo/config.toml
20
+ /config.toml
21
+
22
+ # Nix build output.
23
+ /result
24
+ /result-*
25
+
26
+ # Generated by npm/generate.mjs at release time: one package per
27
+ # platform, each holding a built binary. A binary does not belong in
28
+ # git, and one committed by accident ships inside the crate.
29
+ npm/lmnc-*/