__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.pytest_cache/
.ruff_cache/
dist/
build/

.claude/settings.local.json

# editor config stays personal; the VS Code settings the project does rely on
# live in .devcontainer/devcontainer.json
.vscode/

# local working notes, not for publication
make-github-able.md

