diff --git a/.gitignore b/.gitignore index d33695b..33d394f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ p38venv -.idea \ No newline at end of file +.idea +.pytest_cache +*.pyc +*.log \ No newline at end of file diff --git a/orm/__pycache__/__init__.cpython-38.pyc b/orm/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 4d8d4b7..0000000 Binary files a/orm/__pycache__/__init__.cpython-38.pyc and /dev/null differ diff --git a/orm/__pycache__/exceptions.cpython-38.pyc b/orm/__pycache__/exceptions.cpython-38.pyc deleted file mode 100644 index 2515eef..0000000 Binary files a/orm/__pycache__/exceptions.cpython-38.pyc and /dev/null differ diff --git a/orm/__pycache__/fields.cpython-38.pyc b/orm/__pycache__/fields.cpython-38.pyc deleted file mode 100644 index 5e5e6e7..0000000 Binary files a/orm/__pycache__/fields.cpython-38.pyc and /dev/null differ diff --git a/orm/__pycache__/models.cpython-38.pyc b/orm/__pycache__/models.cpython-38.pyc deleted file mode 100644 index fe7bd71..0000000 Binary files a/orm/__pycache__/models.cpython-38.pyc and /dev/null differ diff --git a/scripts/test.sh b/scripts/test.sh old mode 100755 new mode 100644 diff --git a/tests/__pycache__/__init__.cpython-38.pyc b/tests/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index b1f8f4d..0000000 Binary files a/tests/__pycache__/__init__.cpython-38.pyc and /dev/null differ diff --git a/tests/__pycache__/test_columns.cpython-38-pytest-6.0.1.pyc b/tests/__pycache__/test_columns.cpython-38-pytest-6.0.1.pyc deleted file mode 100644 index ca0373f..0000000 Binary files a/tests/__pycache__/test_columns.cpython-38-pytest-6.0.1.pyc and /dev/null differ diff --git a/tests/__pycache__/test_columns.cpython-38.pyc b/tests/__pycache__/test_columns.cpython-38.pyc deleted file mode 100644 index 26c6513..0000000 Binary files a/tests/__pycache__/test_columns.cpython-38.pyc and /dev/null differ