# Byte-compiled / cache
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Environments
.venv/
.env

# CyberGraph local data
.cybergraph/
.code-review-graph/
strix_runs/
*.db
*.sqlite

# Default CyberGraph output artifacts
cybergraph.sarif
cybergraph-pr-comment.md

# Build output
dist/
build/
*.egg-info/

# Benchmark run output (regenerate with python benchmark/run_eval.py)
benchmark/results.json
