1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Build outputs
build/
out/
nimcache/
.cpcache/
# clj-kondo / clojure-lsp caches
.clj-kondo/.cache/
.lsp/.cache/
*.class
# Compiled test/example binaries (nim c -r drops these next to the source)
/tests/tlibjava
/examples/demo
# Clojure example binary
/examples/clojure_demo
|