-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (46 loc) · 1.41 KB
/
Copy path.gitignore
File metadata and controls
55 lines (46 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/target
fuzz/target
fuzz/corpus
fuzz/artifacts
# Local dictionary data — download with `just fetch-dict` (lensisku English bulk export).
# Since the committed-corpus milestone, ONLY the `just regen-lexicon` tool reads it
# (no build input; the committed src/corpus/ tables are the dictionary).
dictionary-en.json
dictionary-en.json:Zone.Identifier
# Legacy jbovlaste XML export (no longer read by anything — the book vocab check
# now reads dictionary-en.json too; ignore any leftover copy).
jbovlaste-en.xml
jbovlaste-en.xml:Zone.Identifier
# Auto-generated WIT bindings (regenerated by cargo component build)
nibli-pipeline/src/bindings.rs
# Book drafts (private)
book/
*__pycache__*
.venv/
*.redb
# Local messaging relay state
/server.db
/server.db-shm
/server.db-wal
# Training data (generated, large)
data/
# Model weights (large)
models/
.claude
mutants.out*
# Local cargo-install root (wasm-pack etc., created inside the nix shell)
.cargo-local/
# Release artifacts staged by the release-dist / release-wasm recipes
dist/
# mdBook generated HTML (hand-authored source is mdbook/src/ — not this tree)
mdbook/book/
# mermaid JS assets regenerated by `mdbook-mermaid install` in `just docs`
mdbook/mermaid.min.js
mdbook/mermaid-init.js
# Python auth demo venv (maturin develop)
.venv-auth/
# Lucy D: private memories stay on this machine
lucy/private.md
lucy/private.nibli
lucy/private-interactions.nibli
lucy/.interactions.lock