diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef3dbe7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Bytpe-compilzed +__pycache__/ +*.py[cod] + +*.so + diff --git a/__init__.pyc b/__init__.pyc deleted file mode 100644 index 5b38f96..0000000 Binary files a/__init__.pyc and /dev/null differ diff --git a/board.pyc b/board.pyc deleted file mode 100644 index 785c5d4..0000000 Binary files a/board.pyc and /dev/null differ diff --git a/models.pyc b/models.pyc deleted file mode 100644 index cc93487..0000000 Binary files a/models.pyc and /dev/null differ diff --git a/utils.pyc b/utils.pyc deleted file mode 100644 index c2ca3f6..0000000 Binary files a/utils.pyc and /dev/null differ diff --git a/views.pyc b/views.pyc deleted file mode 100644 index c523aba..0000000 Binary files a/views.pyc and /dev/null differ