/target/

# local vector store data
store.json
*.snap
*.wal

# Python build/package output
/dist/
/build/
*.egg-info/
.venv/
__pycache__/
*.pyc
# Compiled extension modules (maturin editable installs)
*.so
*.pyd

# Agent
.claude/

# OS / IDE
.DS_Store
.idea/
.vscode/