.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pnpm-store/
dist/
dist-*/
build/
target/
*.egg-info/
agent_bus/_core*.so
agent_bus/_core*.pyd
agent_bus/_core*.dylib
.DS_Store
.claude
.claude/
.gemini/
.vscode/
specs*.md

# Waylog transcripts (may contain sensitive info)
.waylog/
.waylog-journal/

# Local DB artifacts (if created under repo by tests/dev)
*.sqlite
*.sqlite-wal
*.sqlite-shm
agent_bus/web/static/
output/
tmp/
