.gitignore 433 B

123456789101112131415161718192021222324252627282930313233
  1. .DS_Store
  2. .idea
  3. .vscode
  4. .venv
  5. .vs
  6. .wechaty/
  7. __pycache__/
  8. venv*
  9. *.pyc
  10. QR.png
  11. nohup.out
  12. tmp
  13. plugins.json
  14. itchat.pkl
  15. *.log
  16. user_datas.pkl
  17. chatgpt_tool_hub/
  18. plugins/**/
  19. !plugins/bdunit
  20. !plugins/dungeon
  21. !plugins/finish
  22. !plugins/godcmd
  23. !plugins/tool
  24. !plugins/banwords
  25. !plugins/banwords/**/
  26. plugins/banwords/__pycache__
  27. plugins/banwords/lib/__pycache__
  28. !plugins/hello
  29. !plugins/role
  30. !plugins/keyword
  31. !plugins/linkai
  32. client_config.json
  33. 0.3.2