mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
chore: remove Python build artifacts from git tracking
- Remove codex-lens/build/ from version control - Update .gitignore to exclude build directories - Add ccw/.tmp-ccw-auth-home/ to gitignore (runtime temp)
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -26,6 +26,13 @@ COMMAND_TEMPLATE_EXECUTOR.md
|
||||
COMMAND_TEMPLATE_ORCHESTRATOR.md
|
||||
*.pyc
|
||||
.codexlens/
|
||||
|
||||
# Python build artifacts
|
||||
codex-lens/build/
|
||||
ccw-litellm/build/
|
||||
|
||||
# CCW runtime temp directories
|
||||
ccw/.tmp-ccw-auth-home/
|
||||
/settings.json
|
||||
*.mcp.json
|
||||
.mcp.json
|
||||
|
||||
Reference in New Issue
Block a user