# Build outputs
bin/
build/
docs/build/
*.dSYM/

# Object files and dynamic libraries
*.o
*.so
*.dylib
*.dll

# Compiled static archive for sqlite-vec is preserved
!src/sqlite/libsqlite_vec.a

# OS files
.DS_Store
Thumbs.db

# Python caches
__pycache__/
*.py[cod]

# Python development environments
.venv/
.pytest_cache/

# Python distribution artifacts
languages/python/dist/

# Private CLI session and unresolved write state
*.shell.db
*.shell.db-*
*.shell.db.lock

# Formal checker caches
.tlacache/
specs/states/
