# AgentWard project context (local only, not committed)
CLAUDE.md
BRIEF.md
.claude/

# Demo recording pipeline (local only — not shipped)
demo/

# Local config files
/agentward.yaml
/agentward-report.md
sample_mcp_config.json

# Local outputs and scratch files
PLAN.md
list
/agentward-audit.jsonl
/agentward-gdpr.yaml
/agentward-report.html
/agentward-report.sarif
/scan-report.md
/example_patient_intake.txt
/demo.cast

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Distribution
*.whl
*.tar.gz
