*.annot
*.cmo
*.cma
*.cmi
*.a
*.o
*.cmx
*.cmxs
*.cmxa

# ocamlbuild working directory
_build/

# ocamlbuild targets
*.byte
*.native

# Charon installation
/charon

# We group everything here
/bin

# oasis generated files
setup.data
setup.log

# Merlin configuring file for Vim and Emacs
.merlin

# Dune generated files
*.install

# Local OPAM switch
_opam/

# Rust working directory
rust-scripts/target/

# Generated by Nix
result

# F*
.depend
*.hints
tests/fstar/betree/obj/
tests/fstar/betree_back_stateful/obj/
tests/fstar/hashmap/obj/
tests/fstar/hashmap_on_disk/obj/
tests/fstar/misc/obj/

# Coq
*.vo
*.vok
*.vos
*.glob
*.aux
*.lia.cache
*.d
*Makefile.coq
*CoqMakefile.conf

# HOL4
.HOLMK
.hollogs
.holobjs
*.dat
*.ui
*.uo
*Theory.sml

# Misc
/fstar-tests
*~
nohup.out
.vscode
*#
*.txt
*/.#*
*.smt2
.DS_Store