forked from lightonai/next-plaid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (66 loc) · 1.02 KB
/
Copy path.gitignore
File metadata and controls
75 lines (66 loc) · 1.02 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Generated by Cargo
/target/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
*.plaid
build/
models/
# OS
.DS_Store
Thumbs.db
cudarc/
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
*.egg-info/
.eggs/
*.egg
dist/
.venv/
venv/
ENV/
env/
.uv/
# Exception: Claude Code plugin files must be tracked
!colgrep/src/install/*.json
!.claude-plugin/marketplace.json
!.claude-plugin/manifest.json
!claude-plugin/icon.png
next-plaid-api/indices/
*.npz
next-plaid-onnx/python/build/
/benchmarks/*.json
/next-plaid-onnx/**/*.json
# Test artifacts
*.npy
test_index/
# Demo
/demo/
# Documentation build
/benchmarks/_build/
/benchmarks/evaluation_datasets/
/benchmarks/scifact_embeddings/
/docs/_site/
# Benchmark results
/target/criterion/
evaluation_datasets/
# Claude
.claude/
api/target/
onnx/target/
onnx/models/
next-plaid-onnx/models/
onnx/ort_gpu/
*.ipynb
# Docker persistent data (vector database indices)
# Default location is ~/.local/share/next-plaid, but keep this in case
# users override NEXT_PLAID_DATA to a local path
data/
code-processing/
target/