# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Caches & IDEs
.cursor/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.DS_Store
.agent/
.sef_cache/

# MCP runtime logs (created in client project roots, not in sef-agents repo)
handoff_log.jsonl

# Documentation Iterations
GAP_ANALYSIS.md
docs/misc/
docs/pitch-deck/

# Optional Documentation (not required for sef-agents runtime)
docs/architecture/
docs/design/
docs/features/
docs/guides/
docs/operations/
docs/process/
docs/product/
docs/requirements/STORY-*.md
docs/requirements/README.md
docs/requirements/FLOW_DIAGRAM.md

# Security Reports
bandit-report.json
pip-audit-report.json
*.json

# Generated Reports
sef-reports/security/*.md
sef-reports/platform_engineer/

# Playwright MCP cache
.playwright-mcp/
sef-reports/unknown/

# API Keys (never commit)
api_keys.json
src/sef_agents/api_keys.json
