diff options
author | qrort <qrort@yandex-team.com> | 2023-02-15 17:37:11 +0300 |
---|---|---|
committer | qrort <qrort@yandex-team.com> | 2023-02-15 17:37:11 +0300 |
commit | 9d0be9d2699a3894d0fcf446eb7364164b3b3a71 (patch) | |
tree | 3730d0d9f8d5d75c374db13235c85f3b26b6252d /.gitignore | |
parent | 43f8c0b7c5ffc473bc7d12e19cce5c0f45bbd15d (diff) | |
download | ydb-9d0be9d2699a3894d0fcf446eb7364164b3b3a71.tar.gz |
oss proto gen
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..6508f71cbf --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Generated protos +*_pb2.py +*_pb2_grpc.py +*_pb2.pyi |