# 忽略 IDE 配置文件
.idea/
.vscode/

# 忽略 __pycache__ 文件夹
**/__pycache__/

# 忽略 Jupyter Notebook 文件
*.ipynb
*.log

# 忽略数据文件
*.json

*.bat