# Python and packaging files
*.egg-info
__pycache__
build
dist

# pytest, pytest-benchmark, pytest-cov
.benchmarks
.coverage*
.pytest_cache
coverage.xml
htmlcov
# Generated by .tests.core.test_computer.test_cache()
myfunc2-*.pkl

# mypy
.mypy_cache

# Sphinx and related generated files
doc/*.svg
doc/.ipynb_checkpoints
doc/_build
