# repolens index cache — regenerated from the filesystem, never committed
.repolens/

# Python
__pycache__/
*.py[cod]
.venv/
venv/
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/

# Local design/working docs — next-phase spec, kept out of the public repo
HANDOFF.md
HANDOFF-*.md
VISION.md
.venv-*/

# OS
.DS_Store

# Editors / IDEs
.idea/
.vscode/
