1# macOS Finder metadata
2.DS_Store
3# Build files
4bazel-*
5# Local CMake build dir
6build/
7# Editor backup files
8*.swp
9*~
10# Compiled Python files and cache
11*.py[co]
12__py_cache__/
13# IDE files
14.cache/
15.clangd/
16.idea/
17.vscode/
18compile_commands.json
19