# Python Bytecode
*.pyc

# Building and Distributing
/*.egg-info
/.eggs
/build
/dist
/docs/_build

# Various Tools
/.coverage
/coverage.xml
/htmlcov
/env
/venv
/.vagrant
/.cache

# Tests
/.pytest_cache
/weasyprint/tests/.cache
/weasyprint/tests/test_draw/results
