1
0

.gitignore 848 B

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