Files
claude-code-skills-reference/.gitignore
daymade 042c837db6 feat(claude-export-txt-better): add Claude Code export file fixer
Add skill to fix broken line wrapping in Claude Code exported .txt files.
Reconstructs tables, paragraphs, paths, and tool calls that were hard-wrapped
at fixed column widths.

Features:
- State-machine parser with next-line look-ahead
- Handles 10 content types (user prompts, Claude responses, tables, tool calls, etc.)
- Pangu spacing for CJK/ASCII mixed text
- 53 automated validation checks
- Safety: never modifies original files, verifies marker counts

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-11 14:02:26 +08:00

85 lines
796 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Logs
*.log
# Temporary files
tmp/
temp/
*.tmp
output/
# OS files
Thumbs.db
.DS_Store
# Archives (should not be in root)
*.zip
*.tar
*.tar.gz
*.tgz
*.rar
*.7z
# Build artifacts
*.o
*.a
*.exe
*.dll
*.dylib
# Documentation artifacts that should be in docs/
IMPROVEMENT_PLAN.md
IMPLEMENTATION_SUMMARY.md
RELEASE_NOTES_*.md
INSTALLATION.md
# Backup files
*.bak
*.backup
*~
# Private/commercial skills (moved to claude-code-skills-pro)
seo-expert/
video-creator/
/jsonl-viewer/