# ── Build artifacts ────────────────────────────────────────────── build/ *.o *.a *.so *.so.* *.dylib *.dll CMakeCache.txt CMakeFiles/ cmake_install.cmake Makefile # ── Python ─────────────────────────────────────────────────────── __pycache__/ *.py[cod] *$py.class *.egg-info/ .pytest_cache/ .mypy_cache/ .ruff_cache/ .venv/ venv/ env/ # ── Models (too large for git) ─────────────────────────────────── *.gguf *.safetensors # ── State files (user data) ────────────────────────────────────── *.memb .recall/ # ── IDE / editor ───────────────────────────────────────────────── .vscode/ .idea/ *.swp *.swo .DS_Store # ── Claude Code local settings ─────────────────────────────────── .claude/ # ── OS ─────────────────────────────────────────────────────────── Thumbs.db