1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-08-17 00:20:42 +03:00
WeasyPrint/.gitignore
2018-03-18 22:25:32 +01:00

23 lines
248 B
Plaintext

# Python Bytecode
*.pyc
# Building and Distributing
/*.egg-info
/.eggs
/build
/dist
/docs/_build
# Various Tools
/.coverage
/coverage.xml
/htmlcov
/env
/venv
/.vagrant
/.cache
# Tests
/weasyprint/tests/.cache
/weasyprint/tests/test_draw/results