__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.eggs/

.venv/
venv/
env/

.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

.DS_Store
.idea/
.vscode/

# wsh-rag local indexes
.wsh-rag/

# editor scratch
*.swp
*~
