# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/

# md2pdf runtime artifacts
.md2pdf_cache/
*.pdf
!docs/user_manual.pdf
!examples/**/*.pdf

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/

# Editors
.DS_Store
.idea/
.vscode/
