Initial
ci / test (push) Waiting to run

This commit is contained in:
2026-04-24 22:11:05 +00:00
commit 93add075cb
24 changed files with 1321 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# dune / opam build outputs
/_build/
/_opam/
/.opam-switch/
*.install
# generated graph dumps
*.dot
*.svg
*.sv
!docs/
!docs/readme-graph.dot
!docs/readme-graph.svg
# ocaml tooling
.merlin
.utop
*.annot
*.cmt
*.cmti
# coverage / profiling
*.coverage
*.prof
# editor and local runtime state
.direnv/
.env
*.swp
*~