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

# Virtualenvs / tooling
.venv/
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Lectern build artifacts (deck out_dir / build_dir defaults)
/dist/
/build/

# PDF master cache (written under the deck's build_dir on -f pdf)
.lectern-cache/

# Editor backups (Emacs undo-tree, backups, autosaves)
*.~undo-tree~
*~
\#*\#
