.gitignore 571 B

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