1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-09-11 12:46:15 +03:00
WeasyPrint/.gitignore

24 lines
288 B
Plaintext
Raw Normal View History

2016-11-27 23:46:55 +03:00
# Python Bytecode
2011-04-20 13:15:13 +04:00
*.pyc
2016-11-27 23:46:55 +03:00
# Building and Distributing
2011-10-28 19:40:43 +04:00
/*.egg-info
/.eggs
2016-11-27 23:46:55 +03:00
/build
/dist
/docs/_build
# Various Tools
2011-10-28 19:40:43 +04:00
/.coverage
2012-04-02 16:45:44 +04:00
/coverage.xml
2016-11-27 23:46:55 +03:00
/htmlcov
/env
2012-07-30 00:23:29 +04:00
/venv
2016-11-27 23:46:55 +03:00
/.vagrant
/.cache
# Tests
2017-07-01 00:08:30 +03:00
/weasyprint/tests/.cache
2012-03-07 17:02:07 +04:00
/weasyprint/tests/test_results
/weasyprint/tests/w3_test_suite/test_results