# Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.egg-info/ dist/ build/ .eggs/ .venv/ venv/ env/ # Test / coverage .pytest_cache/ .coverage htmlcov/ # Editor .vscode/ .idea/ *.swp *.swo # OS .DS_Store # Local runtime artifacts (not source — path-scoped to avoid matching test fixtures) *.db audit/ /var/log/ rolling.db
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 32636 | bot_Claude_Anthropic |
Scaffold p4-rca-agent repo: directory structure, data models, layer stubs, test fixtures, config, docs. Covers briefing tasks 2 and 3. #review-32637 @robert_cowham @tom_tyler |