1# Ignore all bazel-* symlinks.
2/bazel-*
3# Ignore Bazel verbose explanations
4--verbose_explanations
5# Ignore CMake usual build directory
6build
7# Ignore Vim files
8*.swp
9# Ignore QtCreator Project file
10CMakeLists.txt.user
11# Ignore VS Code files
12.vscode/*
13# Ignore generated python artifacts
14*.pyc
15copts/__pycache__/
16