build/
dist/
wheelhouse/
cx_Freeze/bases/*
!cx_Freeze/bases/*-win*.exe
cx_Freeze.egg-info/
MANIFEST
output.log
__pycache__
*.pyc
sample.xlsx
dump.sql
# PyCharm and Spyder configuration files
.idea
.spyproject/
# Don't allow pipenv/piplock files to be directly commited ( usage of `pip` only expected )
*Pipfile
*Pipfile.lock
# ignore locations for pytest coverage reports ( maybe wanted in future? )
.coverage
coverage.xml
htmlcov
tests/coverage_html_report
tests/.coverage
.venv/
.vscode/
