mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
Remove 186 unwanted files including: - Debug logs and diagnostic output (debug_*.log, debug_output/, diagnosis_output/) - Test artifacts and binaries (linux/alltests_*, test_output/, test_split_verification/) - Tool state files (.agent/, .claude/, .ralph/, .mcp.json, etc.) - Root-level scripts and temporary Python utilities - Working notes and temporary documentation (DVB_SPLIT_*.md, progress.json, etc.) - Unfinished MCP server (tools/mcp-ccextractor/) - Project-specific working notes (CLAUDE.md) Update .gitignore to prevent re-adding unwanted artifacts. Result: final branch now contains only DVB-split feature implementation and core project files, matching upstream structure while preserving all functional changes.