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

# The mypyc build: produced by scripts/compile.py, never committed.
src/latexdetok/_mypyc/
