| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- .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/
- nul
- # 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
|