.gitignore 597 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. nul
  20. .tmp/
  21. .tmp_outline_check/
  22. # Local research / sibling projects (avoid accidental commit)
  23. .sisyphus/
  24. De-AI-Prompt/
  25. MuMuAINovel/
  26. hapi-tool/
  27. ai-writing-knowledge/
  28. novel/
  29. novel-refined/
  30. # Local analysis snapshots and draft docs
  31. PROJECT_MINDMAP*.md
  32. webnovel-writer-v5*-architecture.svg
  33. _v52_*.json
  34. _v52_*.txt
  35. claude_inventory.csv
  36. *_utf8_sample.txt