mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-09 23:37:06 +00:00
- Change temp directory from /tmp/test-runner-claude to .test-runner-temp - Keeps temporary files within project bounds for Claude Code access - Add .test-runner-temp to .gitignore to exclude from version control - Fixes Claude AI validation permission issue
18 lines
144 B
Plaintext
18 lines
144 B
Plaintext
.DS_Store
|
|
.vscode
|
|
.env
|
|
.venv
|
|
.swp
|
|
dist
|
|
build
|
|
.cache
|
|
*.exe
|
|
.idea
|
|
test_data
|
|
*.crt
|
|
__debug_bin*
|
|
llama/build
|
|
llama/vendor
|
|
/ollama
|
|
.test-runner-temp
|