# AGENTS.md

A collection of design patterns/idioms in Python

## Setup

```
pipenv install
```

## Commands

```
make path
make line
make ignore
make checkvenv
make lock
make pylinter
```

## Layout

- `patterns/` 47 source files
- `tests/`    26 source files

## Conventions

- Tests live alongside the code they cover, following `tests/__init__.py`.
- CI defines what passing means. See `.github/workflows/lint_python.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
