# Files excluded from the Docker build context.
#
# IMPORTANT: do NOT add `*.md` or `README.md` here — the Dockerfile COPYs
# `README.md` and uv requires it to resolve the package metadata.

.git
.github
.claude
.pytest_cache
.ruff_cache
.venv
.coverage
**/__pycache__
*.pyc
tests
docs
console/node_modules
console/dist
