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

23 lines
227 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
2018-03-20 12:44:49 +03:00
/.pytest_cache
2020-12-06 22:19:59 +03:00
/tests/test_draw/results