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

# Python
__pycache__/
*.py[cod]
.venv/
venv/
dist/
# CI packaging check (workflow: 'Wheel builds, installs, and runs')
dist_check/
.wheelenv/
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/
# scratch drafts (Oracle spikes, throwaway experiments)
drafts/
# coverage.py data file
.coverage
.coverage.*
