.git/
.github/
.venv/
venv/
.trelix/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/
tests/
docs/
scratch-pad/
*.pyc
__pycache__/
.env
.env.local
node_modules/
# Exclude every sibling package except trelix-mcp, which the Dockerfile now
# COPYs and installs into the published image (see Dockerfile builder stage).
packages/*
!packages/trelix-mcp
infra/
helm/
