Files
graphis/.gitignore
T
imiel 93add075cb
ci / test (push) Waiting to run
Initial
2026-04-24 22:11:05 +00:00

31 lines
316 B
Plaintext

# 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
*~