# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/

# Node — only needed to refresh mkdocs_primer/css/vendor/
node_modules/

# MkDocs
site/

# Agent working notes, local to a checkout
/.agents/TODO.md
