# Root policy: ignore every new root-level entry unless explicitly allowed.
/*

# Root entries intentionally allowed by repository policy.
!/.codex/
!/.github/
!/.gitignore
!/.ssot/
!/CODE_OF_CONDUCT.md
!/CONTRIBUTING.md
!/LICENSE
!/NOTICE
!/README.md
!/SECURITY.md
!/assets/
!/bindings/
!/docs/
!/examples/
!/pkgs/
!/pyproject.toml
!/tests/
!/tools/
!/uv.lock

# Generated caches and build artifacts.
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.nox/
.venv/
.coverage
htmlcov/
build/
dist/
site/
target/
*.egg-info/
*.pyc
*.pyd
*.tmp*
*.zip
*.body
perf.sqlite
node_modules/

# Root-local generated caches and temporary package artifacts.
/.benchmarks/
/.pip-cache/
/.tmp
/.tmp/
/.tmp*/
/.uv-cache*/
/.uv-pytest*/
/.uv-pytest-tigrbl-tests/
/.uv-python*/
/.vendor
/.venv*/
/.venv-gitvs*/
/generation_examples/
/tmp/
