# Python虚拟环境 venv/ *.pyc __pycache__/ .pytest_cache/ .coverage # 日志文件 *.log logs/ # 数据文件和缓存 *.csv *.json *.pkl *.h5 *.feather cache/ data/ # 可视化图表文件 figures/ charts/ reports/ # MT5相关文件 *.ex5 *.mq5~ *.mqh~ *.ex5~ # IDE配置 .vscode/ .idea/ # 操作系统文件 .DS_Store Thumbs.db # 临时文件 *.tmp *.temp