__pycache__/
*.pyc

# Build artefacts
build/
dist/
*.egg-info/

# Virtualenvs.  `python -m venv` drops a .gitignore inside the directory that
# already covers this, but that is the venv's own housekeeping, not ours --
# recreate one with a tool that does not write it and the whole tree shows up
# as untracked.
.venv/
venv/

# Corpora live in their own repositories and are symlinked into a project's
# log directory; nothing a run produces belongs here.
*.jsonl
*.jsonl.bak
*.jsonl.new
