Kaynağa Gözat

Update .gitignore to reflect cache and build files

Sebastian Kramer 3 yıl önce
ebeveyn
işleme
cf191a6ff1
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

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