.gitignore 622 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .claude/settings.local.json
  2. # Python caches & virtualenv
  3. __pycache__/
  4. *.py[cod]
  5. .pytest_cache/
  6. .coverage
  7. htmlcov/
  8. .venv/
  9. venv/
  10. # Local runtime data
  11. .webnovel/
  12. # OS / editor
  13. .DS_Store
  14. Thumbs.db
  15. .vscode/
  16. .idea/
  17. # Workspace artifacts
  18. node_modules/
  19. .npm-cache/
  20. dist/
  21. nul
  22. .tmp/
  23. .tmp_*
  24. .tmp_outline_check/
  25. # Local research / sibling projects (avoid accidental commit)
  26. .sisyphus/
  27. De-AI-Prompt/
  28. MuMuAINovel/
  29. hapi-tool/
  30. ai-writing-knowledge/
  31. novel/
  32. novel-refined/
  33. # Local analysis snapshots and draft docs
  34. PROJECT_MINDMAP*.md
  35. webnovel-writer-v5*-architecture.svg
  36. _v52_*.json
  37. _v52_*.txt
  38. claude_inventory.csv
  39. *_utf8_sample.txt