__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/

# scitex-dev local state — track the curated config only.
.scitex/*
!.scitex/dev/
.scitex/dev/*
!.scitex/dev/config.yaml

docs/sphinx/_build/

# coverage.py parallel-mode worker files (consolidated into .coverage by combine)
.coverage.*
