Files
ollama37/.gitignore
Shang Chieh Tseng c8b7015a2c Move test-runner temp directory into project
- 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
2025-10-30 12:25:25 +08:00

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