# 忽略本地配置文件
config.json

# 忽略Python的缓存文件
__pycache__/
*.pyc

# 忽略IDE/编辑器特定文件
.vscode/
.idea/ 