*.egg-info/
*.pyc
.coverage
.env
.pytest_cache/
.ruff_cache/
.scratch/
.venv/
__pycache__/
build/
cdk.out/
reports/*.log

# generated by the docs workflow from README.md / CHANGELOG.md
docs/index.md
docs/changelog.md
# build output
dist/
site/
