Update .gitignore to reflect cache and build files

This commit is contained in:
Sebastian Kramer
2021-09-03 15:38:05 +02:00
parent 9c7d8db006
commit cf191a6ff1

8
.gitignore vendored Normal file
View File

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