Parcourir la source

Update .gitignore to reflect cache and build files

Sebastian Kramer il y a 3 ans
Parent
commit
cf191a6ff1
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

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