.gitignore 818 B

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