# general things to ignore
build/
dist/
*.egg-info/
*.egg
*.py[cod]
__pycache__/
*.so
*~

/tests/output

# due to using tox and pytest
.tox
.cache
.coverage
coverage_html_report
coverage.xml
.eggs
