1
0

.gitignore 877 B

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