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

# Editors and development tools
.benchmarks
.coverage*
.mypy_cache
.pytest_cache
.ruff_cache
.vscode
coverage.xml
htmlcov
prof/
# Generated by Computer.visualize()
/*.png
/*.svg
# Generated by .tests.core.test_computer.test_cache()
myfunc2-*.pkl

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