| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .claude/settings.local.json
- # Python caches & virtualenv
- __pycache__/
- *.py[cod]
- .pytest_cache/
- .coverage
- htmlcov/
- .venv/
- venv/
- # Local runtime data
- .webnovel/
- # OS / editor
- .DS_Store
- Thumbs.db
- .vscode/
- .idea/
- # Workspace artifacts
- node_modules/
- .npm-cache/
- dist/
- !webnovel-writer/dashboard/frontend/dist/
- !webnovel-writer/dashboard/frontend/dist/**
- nul
- .tmp/
- .tmp_*
- .tmp_outline_check/
- # Local research / sibling projects (avoid accidental commit)
- .sisyphus/
- De-AI-Prompt/
- MuMuAINovel/
- hapi-tool/
- ai-writing-knowledge/
- novel/
- novel-refined/
- # Local analysis snapshots and draft docs
- PROJECT_MINDMAP*.md
- webnovel-writer-v5*-architecture.svg
- _v52_*.json
- _v52_*.txt
- claude_inventory.csv
- *_utf8_sample.txt
|