.gitignore 253 B

1234567891011121314151617181920212223
  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. nul