Browse Source

Update .gitignore to reflect cache and build files

Sebastian Kramer 3 years ago
parent
commit
cf191a6ff1
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

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