XQ commited on
Commit
0b774bf
·
1 Parent(s): c9c07e5

Remove .claude/settings.local.json from git tracking

Browse files
Files changed (1) hide show
  1. .claude/settings.local.json +0 -15
.claude/settings.local.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(python -m pytest tests/test_chunker.py -v)",
5
- "Bash(python -m pytest tests/test_embedder.py -v)",
6
- "Bash(python3 -m pytest tests/test_embedder.py -v)",
7
- "Read(//opt/homebrew/Cellar/python@3.14/3.14.3_1/Frameworks/Python.framework/Versions/3.14/bin/**)",
8
- "Bash(pip list:*)",
9
- "Bash(/Users/xiqing/Documents/GitHub/KUDocAssistant/.venv/bin/python -m pytest tests/test_embedder.py -v)",
10
- "Read(//Users/xiqing/.cache/huggingface/**)",
11
- "Read(//Users/xiqing/.config/**)",
12
- "Bash(curl -sI \"https://huggingface.co/cross-encoder/mmarco-mMiniLMv2-L12-H384-v1/resolve/main/config.json\")"
13
- ]
14
- }
15
- }