# Docker build context — only pyproject.toml and src/ are needed at build time
.git/
.venv/
venv/
__pycache__/
*.pyc
.pytest_cache/
.coverage
htmlcov/
*.egg-info/
.claude/
config.toml
examples/
.DS_Store
.github/
docs/
tests/
*.md
!README.md
LICENSE
uv.lock
dist/
