# Moat boundary (audit 2026-06-12 P1-5): premium identities must never enter the
# docker build context — they would land in image layers even if the installed
# package excludes them. Only the free-tier aither.yaml ships.
adk/identities/*
!adk/identities/aither.yaml

# Never ship credentials or build junk into the context
.env
.env.*
*.env
!*.env.example
*.key
*.pem
.git
dist
build
*.egg-info
__pycache__
tests
.pytest_cache
