venv/*
var/*
*.pyc
3env/
.tox/
.cache/
.eggs/
onecodex.egg-info/
build/
dist/
.coverage
htmlcov/
.DS_Store
.python-version
*.ipynb
.pytest_cache/*
Pipfile*
.idea/
node_modules
.vscode/
geckodriver.log
.envrc

# test PDFs generated by pytest and diff-pdf
test-report-generated.pdf
test-report-diff.pdf
