__pycache__/
*.pyc
.venv/
dist/
*.egg-info/
.DS_Store

# adduce writes its report and the repro sidecar here
.adduce/

# Publisher PDFs for the prior-art dig. Kept locally so `citations verify` can resolve
# quotations against them; not redistributable, and this repository is public.
paper/prior_art/reference/
paper/prior_art/.audit-cache/

# coverage byproducts
.coverage
.coverage.*
htmlcov/
coverage.xml
