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

# caches
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage

# environments
.venv/
venv/

# original prototypes (kept locally for reference, superseded by src/robinctx)
repo_distill.py
repo_prompt.py

# local tool settings
.claude/

# local context-pack runs (examples/ and tests/golden/ are committed deliberately)
*_context.md
*_context.json
*.quarantined
!examples/*
!tests/golden/*
