.venv/
venv/
.DS_STORE
dist/
build/
*.egg-info/
__pycache__/

# Benchmark datasets (large, downloaded separately)
benchmarks/data/
h2.jar
.echo-guard/

# Training data (private — not open-sourced)
echo_guard/data/training/
echo_guard/data/training_pairs.jsonl

# Trained weights ARE shipped (72 bytes, no training data inside)
!echo_guard/data/classifier_weights.json
.vscode/

.claude/skills/echo-guard*
.coverage