48 lines
695 B
Plaintext
48 lines
695 B
Plaintext
.claude/settings.local.json
|
|
|
|
# Python caches & virtualenv
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.venv/
|
|
venv/
|
|
|
|
# Local runtime data
|
|
.novelmaster/
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Workspace artifacts
|
|
node_modules/
|
|
.npm-cache/
|
|
dist/
|
|
!noma/noma-dashboard/frontend/dist/
|
|
!noma/noma-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
|
|
novelmaster-v5*-architecture.svg
|
|
_v52_*.json
|
|
_v52_*.txt
|
|
claude_inventory.csv
|
|
*_utf8_sample.txt
|