venv/
.venv/
__pycache__/
.pytest_cache/
*.pyc

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

.mcp_memory.json
.mcp_memory.json.lock
*.bak.*
.mcp_history.json
.env
.vscode/
.claude/
CLAUDE.md

# Benchmark result artifacts — force-add with `git add -f` to commit a baseline
benchmarks/results/*.json

# Manual dev scripts (hardcoded local paths, superseded by pytest suite)
tests/test_client.py
tests/quick_git_test.py
tests/test_setup.py
test_question.py
test_setup.py