# Python build + env
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.coverage
coverage.json
*.bundle

# Docs build output
docs/
site/

# Project
.team/

# AI agent / CLI runtime workspaces (never commit — contain local logs, state, auth)
.omx/
.factory/

# macOS
.DS_Store
