private/

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

# Vault data (local only)
*.sqlite
*.sqlite-wal
*.sqlite-shm
*.vec
*.vec.npz

# GGUF models
*.gguf

# Environment / secrets
.env
.env.*

# Editors / OS
.idea/
.vscode/
.cursor/
.DS_Store

# Logs / caches
*.log
.cache/
.coverage

# Legacy TypeScript
ts/
node_modules/

# Flow Doctor (testing artifact)
flow_doctor.db

# Fly deployment config — user-specific, must not be committed.
# Template lives at fly.toml.example; copy + edit for your own deploy.
fly.toml
