.vscode/

# clangd
.cache/
compile_commands.json

# Build directories
build/
build-*/

# Toolchain directory (auto-downloaded)
toolchain/

node_modules/
web-ui/dist/
docs/.vitepress/dist/
docs/.vitepress/cache/

# python
__pycache__/
*.pyc
.venv/
.pytest_cache/

# Benchmark results
tools/benchmark_results_*.txt
