# Build context exclusions for Docker
.venv/
.test-venv/
.git/
.github/
.pytest_cache/
.ruff_cache/
__pycache__/
*.pyc
tests/
docs/
examples/
dist/
build/
*.egg-info/
htmlcov/
.coverage
coverage.xml
.env
.mcp.json
uv.lock
