this repo has no description
1# OCaml build artifacts
2_build/
3*.install
4*.merlin
5
6# Third-party sources (fetch locally with opam source)
7third_party/
8
9# Editor and OS files
10.DS_Store
11*.swp
12*~
13.vscode/
14.idea/
15
16# Opam local switch
17_opam/
18
19# Environment and secrets
20.env
21.api-key
22.api-key-rw
23.api-url