.git
.github
.gitignore
.venv
venv
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.mypy_cache
.ruff_cache
.coverage
htmlcov
dist
build
*.egg-info

# Repo-only docs and analysis assets — not needed in the runtime image
internal
analysis
examples
tests
CHANGELOG.md
CONCEPT_NOTE.md
PROVENANCE.md
RELEASE.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
SECURITY.md
.markdownlint.json
.markdownlintignore
CODEOWNERS
