aboutsummaryrefslogblamecommitdiffstats
path: root/.gitignore
blob: c57e1fa2202c2d8b4aaa16478407b6cd5ccc8a4c (plain) (tree)
1
2
3
4
5
6
7
8
9







                                       

                






                      
      
# 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/