# zvec binary index — regenerated by `dev-rag-index`, never committed.
# Path-independent on purpose: this index contains chunks of *your* indexed
# corpus (source code, internal docs). Pinning it to a package path would let a
# future rename silently un-ignore it and leak the corpus. Keep it as-is.
zvec_data/

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

# Virtual envs
.venv/
venv/

# Local config — may contain absolute paths to private repos
.env

# Tooling
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
