# ---------- Python ----------
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Build & dist
build/
dist/
*.egg-info/
*.egg
wheels/
pip-wheel-metadata/
share/python-wheels/

# Virtual envs
.venv/
venv/
env/
ENV/

# uv
.uv/
uv.lock.bak

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Type checkers & linters
.mypy_cache/
.ruff_cache/
.pytype/
.dmypy.json
dmypy.json

# Docs build
docs/_build/
site/

# Jupyter
.ipynb_checkpoints/

# ---------- IDE ----------
.idea/
.vscode/
.claude/
*.swp
*.swo
*~

# ---------- OS ----------
.DS_Store
Thumbs.db
desktop.ini

# ---------- 项目私密 ----------
群聊记录/
*.local.md
.env
.env.*
!.env.example
doc/~$*
doc/~$*
*.pptx
Claude Conversations/
