# 环境变量 .env # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # 虚拟环境 venv/ ENV/ env/ deep_research_env/ # IDE .vscode/ .idea/ *.swp *.swo *~ # 输出文件 outputs/* !outputs/.gitkeep # 测试 .pytest_cache/ .coverage htmlcov/ *.log # 操作系统 .DS_Store Thumbs.db