You need a gitignore to keep garbage out of origin.

If this is not complete please correct.
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4303c9c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,36 @@
+# Eclipse project files 
+.cproject
+.project
+.settings/
+
+# Visual Studio Code
+.vscode/
+
+# OSX files
+.DS_Store
+
+# Compiler output, build specific
+*.a
+*.o
+*.so
+*.dll
+*.dylib
+bin/
+build/
+lib/
+
+# Log file
+
+# Package Files #
+*.zip
+*.tar.gz
+
+# Other
+local/
+tmp/
+_site/
+_*
+_*/
+
+# exceptions
+!__init__.py