From cf191a6ff1a4d28d7636b60ae6abc7026572d89f Mon Sep 17 00:00:00 2001 From: Sebastian Kramer Date: Fri, 3 Sep 2021 15:38:05 +0200 Subject: [PATCH] Update .gitignore to reflect cache and build files --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9627fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +Backend.ini +main.py +.vscode/ +*_pb2.py +__pycache__ +*.egg-info +build/ +dist/ \ No newline at end of file