# Research store (design of record; kept local, distilled into docs/ARCHITECTURE.md)
.research/

# Internal agent instruction files (kept local for the build agent, not public)
CLAUDE.md
AGENTS.md

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
*.so

# Virtualenv / uv
.venv/
venv/
.python-version

# Test / coverage / cache
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
coverage.xml

# Editor / OS
.idea/
.vscode/
.DS_Store

# Local Claude Code state (settings.local.json etc.); NOT the .claude-plugin/ manifests.
.claude/

# Local secrets (search-engine API keys, SearXNG URL overrides)
.env
.env.*
!.env.example
