# Keep the build context lean — no venv, no editor cruft, no test
# fixtures. The Dockerfile copies only pyproject.toml + src/.
.git
.gitignore
.github
.worktrees
.pytest_cache
.mypy_cache
.ruff_cache
.venv
venv
__pycache__
*.pyc
*.pyo
*.pyd
.coverage
htmlcov
dist
build
*.egg-info
docs
tests
deployment
.vscode
.idea
.DS_Store
*.md
!README.md
