1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-08-17 00:20:42 +03:00
WeasyPrint/.gitignore
2017-03-24 23:18:50 +01:00

23 lines
263 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/test_results
/weasyprint/tests/w3_test_suite/test_results