# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Environments
.venv/
venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# OS / editors
.DS_Store
.idea/
.vscode/

# A hand-started SDK proxy writes its local span inbox into whatever directory
# it was launched from, which is usually a checkout. Kept after the managed
# lifecycle was removed, because running one by hand is still supported.
explainability_inbox.db
# ...and SQLite's WAL sidecars, which appear only while the proxy is running.
explainability_inbox.db-*
