# Binaries (root-level only)
/gateway
/replayctl
*.exe

# Build output
/collector/build/

# Environment
.env

# AIR records (local dev)
/runs/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.egg-info/
*.pyc
dist/
build/
.pytest_cache/
pytest-cache-files-*/

# Model files (too large for git)
model/*.gguf

# Generated reports
*.pdf

# Scratch files
github_replies.md

# Training data (too large for GitHub)
training/training_data_*.jsonl
compliance-action/.mcpregistry_github_token
compliance-action/.mcpregistry_registry_token
.private/
air-blackbox-plugin/
PRD_SHADOW_AI_DETECTION.md
IDEAS_HIRING_AI_VERTICAL.md

# Build artifacts (should never be tracked)
*.egg-info/
__pycache__/
*.pyc

# Generated evidence bundles (output of air-blackbox export, never tracked)
air-blackbox-evidence-*.json
content/
sdk/air_blackbox.egg-info/

# Soak test run artifacts
bench/results/soak-round.json
bench/results/soak-samples.csv

# Internal working docs and drafts (never belong in this public repo)
/AIR-BLACKBOX-SESSION-HANDOFF.md
/P0-RUNBOOK.md
/SPEC-feedback-retrain-pipeline.md
/CREATE_ISSUES.sh
/repo-readmes/
# Marketing drafts (never commit BD/marketing content to a public repo)
/devto-article.md
/hn-post.md
/demo-phase3.html
# Generated evidence/anchor artifacts and stray build binaries
/checkpoint.json
/trajectory-anchor.json
/*-anchor.json
/evidencectl
/gateway-bin
