1
0

.gitignore 1013 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .claude/
  2. .agents/
  3. .codex/
  4. .gemini/
  5. /AGENTS.md
  6. # Python caches & virtualenv
  7. __pycache__/
  8. *.py[cod]
  9. .pytest_cache/
  10. .coverage
  11. htmlcov/
  12. .venv/
  13. venv/
  14. # Local runtime data
  15. .webnovel/
  16. # v6 迁移测试 fixture 例外(目录先重包含,内容才可重包含)
  17. !v7/test/fixtures/*/.webnovel/
  18. !v7/test/fixtures/*/.webnovel/**
  19. # OS / editor
  20. .DS_Store
  21. Thumbs.db
  22. .vscode/
  23. .idea/
  24. .cursor/
  25. # Git worktrees
  26. .worktrees/
  27. # Workspace artifacts
  28. node_modules/
  29. .npm-cache/
  30. dist/
  31. !webnovel-writer/dashboard/frontend/dist/
  32. !webnovel-writer/dashboard/frontend/dist/**
  33. nul
  34. .tmp/
  35. .tmp_*
  36. .tmp_outline_check/
  37. # Local research / sibling projects (avoid accidental commit)
  38. .sisyphus/
  39. De-AI-Prompt/
  40. MuMuAINovel/
  41. hapi-tool/
  42. ai-writing-knowledge/
  43. novel/
  44. novel-refined/
  45. oh-story-claudecode/
  46. # Local analysis snapshots and draft docs
  47. PROJECT_MINDMAP*.md
  48. webnovel-writer-v5*-architecture.svg
  49. _v52_*.json
  50. _v52_*.txt
  51. claude_inventory.csv
  52. *_utf8_sample.txt
  53. C*tool-results*.txt
  54. # Test / diagnostic files
  55. test_gemini.env
  56. test_gemini_diag.py