aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: d363036de98f05b43a928eb568dd1a328469abf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Generated protos
*_pb2.py
*_pb2_grpc.py
*_pb2.pyi

# MacOS specific
.DS_Store

# clangd cache
/.cache

/compile_commands.json

/build_*
/build-*