.gitignore 771 B

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