# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # 虚拟环境 venv/ ENV/ env/ # IDE .vscode/ .idea/ *.swp *.swo *~ .specstory/ .cursorindexingignore # 日志和导出 *.log *.jsonl export/ logs/ scripts/logs/ reports/ # 环境变量 .env # 测试 .pytest_cache/ .hypothesis/ pytest-cache-files-*/ .coverage htmlcov/ # 临时文件 tmp/ *.lnk # 清理归档 .Deleted/