Browse Source

Update .gitignore to reflect cache and build files

Sebastian Kramer 3 năm trước cách đây
mục cha
commit
cf191a6ff1
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

@@ -0,0 +1,8 @@
+Backend.ini
+main.py
+.vscode/
+*_pb2.py
+__pycache__
+*.egg-info
+build/
+dist/