# macOS
.DS_Store

# Python bytecode and native build products
__pycache__/
*.py[cod]
*.so

# Local environments and secrets
/.venv/
/.uv-cache/
.env
.env.*
!.env.example

# Packaging output
/build/
/dist/
*.egg-info/

# Test, coverage, and tool caches
.coverage
.coverage.*
/coverage.xml
/htmlcov/
/.pytest_cache/
/.ruff_cache/
/.cache/

# Generated documentation and code intelligence
/site/
/docs/_include/
/.codegraph/

# Docker reference ephemeral key material
/docker/reference/http-signatures/_runtime/
