20 lines
176 B
Plaintext
20 lines
176 B
Plaintext
.*
|
|
!.gitignore
|
|
!.editorconfig
|
|
|
|
# VS2019 build files
|
|
Debug/
|
|
Release/
|
|
x64/
|
|
|
|
# Generated files
|
|
*.pb.h
|
|
*.pb.cc
|
|
build/
|
|
|
|
*_pb2.py
|
|
*_pb2_grpc.py
|
|
__pycache__
|
|
|
|
logs/
|