mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-12 18:01:30 +08:00
build(env): 更新.gitignore文件添加python目录忽略规则 在.gitignore文件中新增了python目录的忽略配置, 避免将Python环境相关文件提交到版本控制系统中。 ```
42 lines
510 B
Plaintext
42 lines
510 B
Plaintext
.DS_Store
|
|
.idea
|
|
.vscode
|
|
.venv
|
|
.vs
|
|
.wechaty/
|
|
__pycache__/
|
|
venv*
|
|
*.pyc
|
|
python
|
|
config.json
|
|
QR.png
|
|
nohup.out
|
|
tmp
|
|
plugins.json
|
|
itchat.pkl
|
|
*.log
|
|
logs/
|
|
workspace
|
|
config.yaml
|
|
user_datas.pkl
|
|
chatgpt_tool_hub/
|
|
plugins/**/
|
|
!plugins/bdunit
|
|
!plugins/dungeon
|
|
!plugins/finish
|
|
!plugins/godcmd
|
|
!plugins/tool
|
|
!plugins/banwords
|
|
!plugins/banwords/**/
|
|
plugins/banwords/__pycache__
|
|
plugins/banwords/lib/__pycache__
|
|
!plugins/hello
|
|
!plugins/role
|
|
!plugins/keyword
|
|
!plugins/linkai
|
|
!plugins/agent
|
|
client_config.json
|
|
ref/
|
|
.cursor/
|
|
local/
|