1# Compiled Object files 2*.slo 3*.lo 4*.o 5*.obj 6 7# Precompiled Headers 8*.gch 9*.pch 10 11# Compiled Dynamic libraries 12*.so 13*.dylib 14*.dll 15 16# Fortran module files 17*.mod 18*.smod 19 20# Compiled Static libraries 21*.lai 22*.la 23*.a 24*.lib 25 26# Executables 27*.exe 28*.out 29*.app 30 31# Emacs garbage 32*~ 33 34# Bazel directories 35/bazel-* 36/bazel-bin 37/bazel-genfiles 38/bazel-out 39/bazel-testlogs 40user.bazelrc 41 42# vim swap files 43*.swp 44*.swo 45 46# CLion 47.clwb 48 49# Python cache 50**/__pycache__/ 51 52# MODULE.bazel.lock is ignored for now as per recommendation from upstream. 53# See https://github.com/bazelbuild/bazel/issues/20369 54MODULE.bazel.lock 55