# ── Environment ────────────────────────────────────── .env # ── Python ─────────────────────────────────────────── __pycache__/ *.pyc *.pyo *.egg-info/ dist/ build/ *.egg # ── Runtime output ─────────────────────────────────── conversion_results/ test_results/ uploads/ # ── Personal files ─────────────────────────────────── session-*.md test_report_*.md *.log # ── IDE / editor ───────────────────────────────────── .opencode/ .idea/ .vscode/ *.swp *.swo *~ # ── marker source (clone your own or install from pip) ─ marker/ # ── Test fixtures (copyrighted PDFs) ───────────────── test_files/ *.pdf # ── OS ─────────────────────────────────────────────── .DS_Store Thumbs.db