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

# Local scitex-dev runtime state — ignore by default, but track
# the project-local audit whitelist so CI sees the same config.
.scitex/*
!.scitex/dev/
.scitex/dev/*
!.scitex/dev/config.yaml
