-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (39 loc) · 787 Bytes
/
.gitignore
File metadata and controls
47 lines (39 loc) · 787 Bytes
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
## Python
__pycache__/
*.py[cod]
*.pyd
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.egg-info/
## IDE / editor
.vscode/
.idea/
## Project local artifacts (do not commit)
local_cache/
logs/
results/
.screen/
.memos/
.mem0/
.selfrag/
.worktrees/
code_review/
## Local convenience scripts / one-off analysis (intentionally not versioned)
run_llb_screen_local.sh
run_llb_trainonly_screen_local.sh
scripts/analyze_llb_same_task_retrieval_prob.py
scripts/smoke_*.py
scripts/smoke_*.sh
scripts/sync_local_configs_from_bcb.py
scripts/run_bcb_train*.sh
## Local scratch tests (keep them out of the OSS repo)
tests/
## Internal notes (do not publish)
docs/plans/
.claude/
.codex/
openspec/
## Local configs (may contain API keys / internal endpoints)
configs/*.local.yaml
configs/*.local.yml