1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-08-17 00:20:42 +03:00
WeasyPrint/.gitignore
Guillaume Ayoub 4f82a4a34e Packaging!
Related to #1247, #1232.
2020-12-06 20:19:59 +01:00

23 lines
227 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
/.pytest_cache
/tests/test_draw/results