-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (51 loc) · 1.27 KB
/
Copy path.gitignore
File metadata and controls
54 lines (51 loc) · 1.27 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
results/
!research_playground/baseline/results/
!research_playground/bm25_tokenizer/results/
!research_playground/deep_pass/results/
!research_playground/int8/results/
!research_playground/lifecycle/results/
!research_playground/rif/results/
!research_playground/rust_migration/results/
research_playground/int8/results/int8_embeds/
data/
!video_playground/data/
tmp_data/
tmp_writeup/
tmp_results/
__pycache__/
*.egg-info/
.venv/
.mypy_cache/
dist/
*.pyc
.DS_Store
.coverage
.pytest_cache/
# `release_artifacts/` always holds **only the latest** release's
# binaries (tracked via Git LFS — see .gitattributes). Each new
# release overwrites the directory; older versions stay accessible
# via the GitHub Releases page indefinitely. The folder is the same
# place `scripts/release/build.sh` writes to and `release.yml`
# uploads from — so a fresh local build of the macOS binaries
# replaces the previous release's macOS files in working tree, and
# CI's matrix appends Linux/Windows on top.
# LaTeX build artifacts for paper.tex (root)
paper.pdf
paper.aux
paper.log
paper.out
paper.toc
paper.bbl
paper.blg
paper.synctex.gz
.memsearch/
.claude/
.env
.lethe
# Rust workspace
target/
Cargo.lock.bak
**/*.rs.bk
crates/lethe-node/node_modules/
crates/lethe-node/*.node
crates/lethe-node/@lethe-memory/