Merge pull request #2683 from pelioo/master

更新.gitignore文件添加python目录忽略规则
This commit is contained in:
zhayujie
2026-03-01 19:41:27 +08:00
committed by GitHub

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@
__pycache__/ __pycache__/
venv* venv*
*.pyc *.pyc
python
config.json config.json
QR.png QR.png
nohup.out nohup.out