.venv/
__pycache__/
*.pyc
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# build artifacts
build/
dist/
*.egg-info/

# runtime artifacts
lagrange_alerts.jsonl
chroma_db/
*.key
*.pem

# editor / OS / local agent config
.vscode/
.idea/
.DS_Store
.claude/settings.local.json
