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

# Typst build outputs
*.pdf
!/example/**

# uv
.python-version

# OS
.DS_Store
Thumbs.db

# Test artifacts
tests/.venv/
tests/.pytest_cache/


.claude/