__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/
.tox/
.pytest_cache/
.coverage
htmlcov/
*.so
.env
.venv/
venv/
*_out/
GITIGNORED/

# Local state directory: gitignored except for tracked config files.
# See 01_ecosystem_06_local-state-directories.md §4a / "tracked, not gitignored".
.scitex/*
!.scitex/dev/
.scitex/dev/*
!.scitex/dev/config.yaml

docs/sphinx/_build/
