1# OCaml build artifacts 2_build/ 3*.install 4*.merlin 5 6# Third-party sources (fetch locally with opam source) 7third_party/ 8 9# Symlinked dependencies 10ocaml-yamlrw 11 12# Editor and OS files 13.DS_Store 14*.swp 15*~ 16.vscode/ 17.idea/ 18 19# Opam local switch 20_opam/