### Python workspace minimal gitignore
# Virtual environments (standard + uv-managed)
venv/
.venv/
uv/
uv_env/

# Python artifacts
__pycache__/
*.py[cod]
*.egg-info/
*.eggs/
.mypy_cache/
.pytest_cache/

# Environment files
.env
.env.*
.envrc

# VSCode workflow files
.vscode/

# Build artifacts
dist/
build/
.github/chatmodes/*
src/mcp_jieba/resources/哈工大停用词表.txt
src/mcp_jieba/resources/四川大学机器智能实验室停用词库.txt
src/mcp_jieba/resources/中文停用词库.txt
uv.lock
tests/stdio_results.txt
