mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-05 02:30:26 +08:00
- Use cmd.exe /c to execute .bat/.cmd on Windows - Set USERPROFILE alongside HOME for os.UserHomeDir() - Use setTempDirEnv to set TEMP/TMP on Windows - Replace chmod-based tests with cross-platform alternatives - Fix concurrent speedup benchmark with fair comparison - Add output/ to gitignore Generated with SWE-Agent.ai Co-Authored-By: SWE-Agent.ai <noreply@swe-agent.ai>
12 lines
120 B
Plaintext
12 lines
120 B
Plaintext
.claude/
|
|
.claude-trace
|
|
.DS_Store
|
|
**/.DS_Store
|
|
.venv
|
|
.pytest_cache
|
|
__pycache__
|
|
.coverage
|
|
coverage.out
|
|
references
|
|
output/
|