chore: add .gitignore and stage all project files

This commit is contained in:
liuhuayong 2026-06-13 13:15:05 +08:00
commit bda941e04a
5 changed files with 49 additions and 0 deletions

45
.gitignore vendored Normal file
View File

@ -0,0 +1,45 @@
# macOS resource forks
._*
.DS_Store
.AppleDouble
.LSOverride
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# Node
node_modules/
.npm/
dist/
.next/
.nuxt/
# Rust / Cargo
target/
# Archives
*.rar
*.tar
*.tar.gz
*.zip
# Logs
*.log
logs/
# Env files (keep example only)
.env
.env.local
.env.*.local

1
claude-code Submodule

@ -0,0 +1 @@
Subproject commit b543a256248ce5ff98804b8dfef4cd6247423d98

@ -0,0 +1 @@
Subproject commit 3ea64eeb0f05e479b303928ce8c52cf7cf561994

@ -0,0 +1 @@
Subproject commit 7dfdbe0b1704a79669a6e24e2dbe76433caf5795

1
start_claude.sh Normal file
View File

@ -0,0 +1 @@
ANTHROPIC_BASE_URL='http://192.168.31.10:11435' ANTHROPIC_AUTH_TOKEN='liuhuayong' ANTHROPIC_DEFAULT_OPUS_MODEL='MiniMax-M2.5-MLX-4bit' ANTHROPIC_DEFAULT_SONNET_MODEL='MiniMax-M2.5-MLX-4bit' ANTHROPIC_DEFAULT_HAIKU_MODEL='MiniMax-M2.5-MLX-4bit' API_TIMEOUT_MS=3000000 CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1 claude