forked from lance-format/lance-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (67 loc) · 1.35 KB
/
Copy path.gitignore
File metadata and controls
78 lines (67 loc) · 1.35 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
76
77
78
# Build artifacts (Rust & cargo)
/target/
/debug/
/release/
**/target/
**/debug/
**/release/
**/incremental/
**/*.rs.bk
*.pdb
**/mutants.out*/
# Build artifacts (Python)
__pycache__/
*.py[cod]
*.so
*.pyd
*.egg
*.egg-info/
*.whl
/build/
/dist/
python/python/lance_graph/*.so
python/python/lance_graph/*.pyd
python/target/
python/.pytest_cache/
python/.ruff_cache/
python/.maturin/
pip-wheel-metadata/
# Virtual environments
.venv/
venv/
env/
python/.venv/
.python-version
llm_config.yaml
python/knowledge_graph_data/
# IDE & tooling
.vscode/
.idea/
.ijwb/
.bsp/
.bazelbsp/
*.iml
# Miscellaneous
*.log
*.tmp
*.swp
*.swo
.DS_Store
Thumbs.db
# Generated data
knowledge_graph_data/
# Large model data (use GitHub Releases)
crates/thinking-engine/data/Qwopus3.5-27B-v3-BF16-silu/token_embd_centroids_4096x5120.f32
crates/thinking-engine/data/Qwopus3.5-27B-v3-BF16-silu/token_embd_4096x4096.u8
# Claude Code personal overrides (per-project)
.claude/settings.local.json
# Per-session agent blackboard (Layer B) — see .claude/AGENT_COORDINATION.md
.claude/board/AGENT_LOG.md
# Sub-agent ephemeral worktrees
.claude/worktrees/
# Compiled preflight_drift binary (source stays committed; rustc-built locally)
.claude/tools/preflight_drift
# Test fixtures (public-domain German legal/medical/tax data)
.test/
# Chat-/Session-Transcripts gehoeren nicht ins Repo
.claude/transcript/