mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
feat: enhance .npmignore and config.py for better development environment management; update package.json for improved build process; add prepublish-clean script to remove unnecessary artifacts
This commit is contained in:
14
.npmignore
14
.npmignore
@@ -51,6 +51,7 @@ ccw/*.md
|
||||
|
||||
# Python development files
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
.venv/
|
||||
@@ -58,6 +59,19 @@ __pycache__/
|
||||
*.egg-info/
|
||||
.coverage
|
||||
|
||||
# Development indexes and caches
|
||||
.ace-tool/
|
||||
**/.ace-tool/
|
||||
|
||||
# Source maps (optional - remove if you want to ship them)
|
||||
# *.map
|
||||
|
||||
# Workflow runtime data (reinforce)
|
||||
**/.workflow/
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# codex-lens development files
|
||||
codex-lens/.venv/
|
||||
codex-lens/.pytest_cache/
|
||||
|
||||
Reference in New Issue
Block a user