aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: c57e1fa2202c2d8b4aaa16478407b6cd5ccc8a4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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-*

.idea/