__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.pytest_cache/
.testmondata*
.coverage*
htmlcov/
.venv
.venv/
.env
.env.*
!.env.example
.scitex/*
!.scitex/dev/
.scitex/dev/*
!.scitex/dev/config.yaml
.claude/
.playwright-cli/
logs/
*.log
.DS_Store
/.worktrees/

# sphinx-build's incremental-build scratch. `sphinx-build -b html <src> <out>`
# writes its doctree cache to <out>/.doctrees, so it rode along when the HTML
# bundle was copied into src/. It is never served, and it embeds the
# intersphinx inventory of CPython's own stdlib docs. The served bundle
# src/<pkg>/_sphinx_html/ itself stays tracked; .doctrees is not part of it.
src/*/_sphinx_html/.doctrees/
