ocaml http/1, http/2 and websocket client and server library
1# OCaml compiled artifacts
2*.annot
3*.cmo
4*.cma
5*.cmi
6*.a
7*.o
8*.cmx
9*.cmxs
10*.cmxa
11*.cmt
12*.cmti
13*.byte
14*.native
15*.install
16
17# Build directories
18_build/
19_opam/
20
21# Editor/IDE
22.vscode/
23.idea/
24.merlin
25
26# Node.js
27node_modules/
28
29# OpenCode
30.opencode/
31
32# Beads
33.beads/*.log
34.beads/*.lock
35
36# Benchmark results and artifacts
37results/
38**/results/*.txt
39bench/certs/
40bench/fasthttp/
41bench/hcs/alloc_*.ml
42bench/nethttp/bench-nethttp
43perf.data
44perf*.data
45
46# Misc
47setup.data
48setup.log
49*.sh
50
51# LAS tutorial local DB
52las.db