# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
/artifacts/
verification-report.json
legacy-verification-report.json
.venv/
venv/
.mock-services-demo-venv/
site-packages/
dist-packages/
pyvenv.cfg
.env

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

# Editor / OS
.idea/
.vscode/
.DS_Store

# Documents
/docs-internal

# Local agent instructions and retained agent state (at any depth)
**/AGENTS.md
**/CLAUDE.md
**/.codex/
