.gitignore 665 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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/**/config.json
  21. !plugins/bdunit
  22. !plugins/dungeon
  23. !plugins/finish
  24. !plugins/godcmd
  25. !plugins/tool
  26. !plugins/banwords
  27. !plugins/banwords/**/
  28. plugins/banwords/__pycache__
  29. plugins/banwords/lib/__pycache__
  30. !plugins/hello
  31. !plugins/role
  32. !plugins/keyword
  33. !plugins/linkai
  34. !plugins/jina_sum
  35. !plugins/jina_sum/**/
  36. !plugins/custom_dify_app
  37. !plugins/group_at_autoreply
  38. client_config.json
  39. # qrcode
  40. wx_qrcode.png
  41. # auto coder
  42. .auto-coder
  43. actions
  44. output.txt
  45. reference-context
  46. # test bot
  47. test_dify.py