__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/

# The VS Code client: npm's business, and the package it builds.
editors/vscode/node_modules/
editors/vscode/*.vsix
