# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# AgentArmor specifically
.agentarmor/
*.jsonl
# Committed fixtures for head-to-head canary + per-sample reference data
!benchmarks/fixtures/*.jsonl

# Head-to-head runtime artifacts (summaries, sidecars, run logs)
benchmarks/results/runs/
# Local model files for LlamaGuard (~5 GB Q4_K_M GGUF)
models/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
nosetests.xml
coverage.xml

# Documentation build
docs/_build/

# IDEs
.idea/
.vscode/
*.swp
*.swo
.DS_Store
.claude/worktrees/
*.pyc
.claude/

# Internal planning / operator-only docs
AGENTS.md
ADOPTION_TRACKING.md
CONTRIBUTOR_BACKLOG.md
ISSUE_SEEDS.md
LAUNCH_CHECKLIST.md
OUTREACH_TEMPLATES.md
ROADMAP.md
