__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
.tox/
.nox/
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.swp
*.swo
*~
.DS_Store
.env
.venv/
env/
venv/

docs/sphinx/_build/

# .scitex/ — exclude everything except the tracked dev config.
.scitex/*
!.scitex/dev/
.scitex/dev/*
!.scitex/dev/config.yaml

# Subprocess-coverage shards — produced by tests/conftest.py wiring.
.coverage.*
coverage.xml
