# Python artifacts
__pycache__/
.DS_Store
.ruff_cache/
.uv-cache/
.venv
*.egg-info/
*.pyc
*.pyd
*.pyo
*.swo
*.swp

# LaTeX artifacts
*_minted-*/
*.acn
*.acr
*.alg
*.aux
*.bcf
*.fdb_latexmk
*.fls
*.glg
*.glo
*.gls
*.glsdefs
*.idx
*.ilg
*.ind
*.ist
*.listing
*.lof
*.log
*.lol
*.lot
*.maf
*.mtc*
*.mypyg
*.run.xml
*.synctex.gz
*.toc
*.xdv

# Local build artifacts
build*/
*:Zone.Identifier
tmp*
.uv_cache/
examples/diagrams/*.pdf
press/
/site/
examples/*/site/
docs/assets/examples/*.png
docs/assets/examples/*.pdf
docs/assets/cli-help
.coverage
*.meta

.texsmith/

*_build/
snippet-dump/

# Stray Codex/editor artifact
.codex

# A local checkout of the tmark core, when working against an unreleased one
vendor/tmark

# Agent worktrees
.claude/worktrees/

# Parity baselines whose page is named "build" (not build artifacts)
!tests/parity/baseline/**/build/
!tests/parity/baseline/**/build@typst/

# Snippet previews rendered next to a document (regenerated by texsmith)
/snippets/

# Generated sources of the documentation site (written by 'texsmith site assets')
docs/assets/drawio/
docs/assets/snippets/
docs/assets/texsmith/
