mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-04 07:43:46 +08:00
```
build(env): 更新.gitignore文件添加python目录忽略规则 在.gitignore文件中新增了python目录的忽略配置, 避免将Python环境相关文件提交到版本控制系统中。 ```
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@
|
||||
__pycache__/
|
||||
venv*
|
||||
*.pyc
|
||||
python
|
||||
config.json
|
||||
QR.png
|
||||
nohup.out
|
||||
|
||||
Reference in New Issue
Block a user