Browse Source

created EXE-File for windows

Bernhard 5 years ago
parent
commit
6852e32733
2 changed files with 3 additions and 1 deletions
  1. 3 1
      .gitignore
  2. BIN
      dist/api_calls.exe

+ 3 - 1
.gitignore

@@ -1,4 +1,6 @@
 *.log*
 /__pycache__/
 /build/
-/dist/*.log*
+/dist/*.log*
+/.idea/*
+api_calls.exe.spec

BIN
dist/api_calls.exe