# 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/
.trinity/

# Activity logs (per PRP-2230) — per-machine artifacts, never commit
rules/logs/

# macOS
.DS_Store
