# ── Python ────────────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.Python
pip-wheel-metadata/

# ── Virtual environments ──────────────────────────────────────────────────────
.venv/
venv/
env/
ENV/
.env
.env.*
!.env.example

# ── SumoSpace runtime ─────────────────────────────────────────────────────────
.sumo_db/
.sumo_multimodal_db/
*.jsonl
*.faiss
*.pkl

# ── Benchmark results ─────────────────────────────────────────────────────────
benchmark_results/*.md
benchmark_results/*.json
!benchmark_results/README.md

# ── MkDocs ────────────────────────────────────────────────────────────────────
site/

# ── Distribution ──────────────────────────────────────────────────────────────
dist/
*.whl
*.tar.gz
*.egg-info/

# ── Testing & coverage ────────────────────────────────────────────────────────
.pytest_cache/
.coverage
htmlcov/
coverage.xml
.tox/

# ── IDE ───────────────────────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~

# ── OS ────────────────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini

# ── Temporary files ───────────────────────────────────────────────────────────
tmp/
temp/
*.tmp
*.bak
*.orig

# ── Model weights ─────────────────────────────────────────────────────────────
*.bin
*.safetensors
*.gguf
*.ggml

# ── Secrets ───────────────────────────────────────────────────────────────────
*.pem
*.key
secrets.json
credentials.json

# ── Logs ─────────────────────────────────────────────────────────────────────
*.log
logs/

# ── Snapshots (runtime generated) ────────────────────────────────────────────
.sumo_db/snapshots/
