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:
catlog22
2026-02-18 00:05:45 +08:00
parent 4a5f7ce7f7
commit 5fb0a0dfbc
4 changed files with 50 additions and 903 deletions

View File

@@ -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/