1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-08-17 00:20:42 +03:00
WeasyPrint/.gitignore
2017-06-30 23:08:30 +02:00

24 lines
288 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_results
/weasyprint/tests/w3_test_suite/test_results