忽略 Claude Code 的本地设置与 worktree 隔离副本,避免出现在 git status。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
48 lines
592 B
Plaintext
48 lines
592 B
Plaintext
# OS & tools
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*.tmp
|
|
*.log
|
|
|
|
# Python artifacts
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
|
|
# Runtime data (main agent)
|
|
logs/
|
|
data/
|
|
project/
|
|
users/
|
|
webapp.pid
|
|
|
|
# Runtime data (sub agent)
|
|
sub_agent/tasks/
|
|
sub_agent/data/
|
|
sub_agent/logs/
|
|
sub_agent/project/
|
|
sub_agent_results/
|
|
|
|
# Misc
|
|
*.pid
|
|
.env
|
|
node_modules/
|
|
static/dist/
|
|
*.tsbuildinfo
|
|
user_upload/
|
|
skills/
|
|
ax_probe_chrome.py
|
|
|
|
# Ignore docs and runtime pid
|
|
webapp.pid
|
|
doc/
|
|
|
|
# Host workspace config (local, use .example)
|
|
config/host_workspaces.json
|
|
config/custom_models.json
|
|
|
|
# Claude Code local artifacts (settings, worktrees)
|
|
.claude/
|