.gitignore 439 B

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