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

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

# uv
.python-version

# OS
.DS_Store
Thumbs.db

# Test artifacts
.pytest_cache/

# IDE
.claude/
asdf/