# ── Claude Code CLI artifacts ──
.claude/
.mcp.json


# ── Python / uv artifacts ──
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# ── Secrets and environment files ──
.env
.env.local
.env.*.local
*.pem
*.key
# Re-include demo fixture with fake credentials
!examples/vulnerable/claude_code/.env
!examples/vulnerable/attack-path-exfil/.env

# ── macOS artifacts ──
.DS_Store
.DS_Store?
._*

# ── Editor artifacts ──
.vscode/settings.json
.idea/
*.swp
*.swo

# ── Runtime artifacts ──
*.claude-checkpoint

# ── Generated reports ──
*.pdf

# ── Benchmark working files ──
benchmarks/results/raw/
.cache/xrails-bench/
