# Build output (regenerated by CMake)
build/
build-*/
cmake-build-*/

# Downloaded model weights + vocab (fetch via scripts/fetch_model.sh)
models/

# Python: venv, build artifacts, compiled extensions, caches
.venv/
venv/
__pycache__/
*.so
*.egg-info/
dist/
*.whl
_skbuild/

# Editor / OS cruft
.vscode/
.idea/
.DS_Store
*.swp
compile_commands.json
