# Python
__pycache__/
*.py[cod]
.venv/
.uv/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Milvus Lite local store
*.db
milvus_data/

# Node / frontend
node_modules/
.next/
dist/

# Built SPA staged into the Python package for the wheel (see build-app.sh)
backend/_web/

# PyInstaller intermediate build dir (final .exe lands in dist/, ignored above)
build/

# Env & secrets
.env
.env.*
!.env.example

# Claude Code personal overrides (do NOT commit)
.claude/settings.local.json
CLAUDE.local.md

# OS / editor
.DS_Store
.idea/
.vscode/
