# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# 虚拟环境
venv/
ENV/
env/
.venv

# PyCharm
.idea/

# VSCode
.vscode/
*.code-workspace

# Jupyter Notebook
.ipynb_checkpoints

# 环境变量
.env
.env.local

# PyPI 配置和 Token（安全敏感）
.pypirc
*.token
*.pypi
PYPI_TOKEN*

# 测试和覆盖率
.pytest_cache/
.coverage
.coverage.*
htmlcov/
*.cover
.hypothesis/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# 日志
*.log
logs/

# 数据目录
.data/
deep-thinking-data/

# macOS
.DS_Store

# 备份文件
*.bak
*.backup
*~

# 临时文件
*.tmp
*.temp
.tmp/
.temp/

# 编译文件
*.com
*.class
*.dll
*.exe
*.o
*.pyc

# 项目特定
sessions/
exports/
backups/
*.session.json

# 数据目录
.deep-thinking-mcp/
test_env/
test_install_venv/

# 参考项目（不应该提交）
autonomous-coding/
claude-code-docs/

# 项目计划文档（保留主计划文档）
!Plan-DeepThinking-MCP.md

# 临时计划文件（使用TASKS.md作为唯一追踪源）
Plan-*.md
prompt*.md
*开发计划.md
*深度分析.md
.release_notes.md
STAGE*_QUALITY_REPORT.md
双Agent迭代开发深度分析.md
