Skip to content

Commit 5ea6c6e

Browse files
committed
Merge main (PR #52: build.rs fix, Nix flake, Swagger UI)
2 parents 5599480 + b9bc5a5 commit 5ea6c6e

54 files changed

Lines changed: 8477 additions & 93 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Rust
22
target/
33
**/*.rs.bk
4-
Cargo.lock
54

65
# Python / maturin
76
.venv/
@@ -27,6 +26,10 @@ build/
2726
# Checkpoints / temp
2827
*.checkpoint
2928

29+
# Nix
30+
result
31+
result-*
32+
3033
# output
3134
output/
3235
data/

0 commit comments

Comments
 (0)