.gitignore 867 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. # OS / editor
  17. .DS_Store
  18. Thumbs.db
  19. .vscode/
  20. .idea/
  21. .cursor/
  22. # Git worktrees
  23. .worktrees/
  24. # Workspace artifacts
  25. node_modules/
  26. .npm-cache/
  27. dist/
  28. !webnovel-writer/dashboard/frontend/dist/
  29. !webnovel-writer/dashboard/frontend/dist/**
  30. nul
  31. .tmp/
  32. .tmp_*
  33. .tmp_outline_check/
  34. # Local research / sibling projects (avoid accidental commit)
  35. .sisyphus/
  36. De-AI-Prompt/
  37. MuMuAINovel/
  38. hapi-tool/
  39. ai-writing-knowledge/
  40. novel/
  41. novel-refined/
  42. oh-story-claudecode/
  43. # Local analysis snapshots and draft docs
  44. PROJECT_MINDMAP*.md
  45. webnovel-writer-v5*-architecture.svg
  46. _v52_*.json
  47. _v52_*.txt
  48. claude_inventory.csv
  49. *_utf8_sample.txt
  50. C*tool-results*.txt
  51. # Test / diagnostic files
  52. test_gemini.env
  53. test_gemini_diag.py