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

# Virtual environments
.venv/
venv/
env/

# Build artifacts
build/
dist/
*.egg-info/
.wheels/
*.whl

# Editor / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Test / coverage / lint
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.ruff_cache/
.mypy_cache/
coverage.xml
.tox/
.nox/

# Packaging / tools
.uv/
uv-cache/
.cache/
.pre-commit-cache/

# Secrets / local overrides（永远不要提交）
.env
.env.*
!.env.example
*.pem
credentials.json
secrets/

# Misc
*.log
tmp/
.temp/

# 本地语料、爬虫与评估脚本（整目录禁止进仓库，避免法律/合规风险）
/data/

# 本地文档草稿（若存在）
devops/
/docs/
